fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-21 07:43 am

[dw-free] Update vcv to support git

[commit: http://hg.dwscoalition.org/dw-free/rev/9acc80a26e43]

http://bugs.dwscoalition.org/show_bug.cgi?id=2463

Use the git repository for Data-ObjectDriver, instead of the SVN emulation
layer (which keeps breaking). Will require devs to delete $LJHOME/cvs/Data-
ObjectDriver, and run bin/cvsreport.pl --checkout.

Patch by [personal profile] fu.

Files modified:
  • cvs/multicvs.conf
--------------------------------------------------------------------------------
diff -r 2bd57d9f7bf5 -r 9acc80a26e43 cvs/multicvs.conf
--- a/cvs/multicvs.conf	Thu Feb 17 17:51:10 2011 +0800
+++ b/cvs/multicvs.conf	Mon Feb 21 15:42:33 2011 +0800
@@ -27,7 +27,7 @@ SVN(Danga-Socket)         = http://code.
 SVN(Danga-Socket)         = http://code.livejournal.org/svn/Danga-Socket/trunk/
 SVN(mogilefs)             = http://code.sixapart.com/svn/mogilefs/trunk/ @1459
 SVN(TheSchwartz)          = http://code.sixapart.com/svn/TheSchwartz/trunk/
-SVN(Data-ObjectDriver)    = http://svn.github.com/sixapart/data-objectdriver.git
+GIT(Data-ObjectDriver)    = git://github.com/sixapart/data-objectdriver.git
 #SVN(openid)               = http://code.livejournal.org/svn/openid/trunk/
 SVN(ddlockd)              = http://code.livejournal.org/svn/ddlockd/trunk/
 SVN(miscperl)             = http://code.livejournal.org/svn/miscperl/trunk/
--------------------------------------------------------------------------------