Author: nwellnhof
Date: Fri Nov  9 00:07:57 2012
New Revision: 1407323

URL: http://svn.apache.org/viewvc?rev=1407323&view=rev
Log:
Switch to Git

Modified:
    lucy/site/trunk/content/version_control.mdtext

Modified: lucy/site/trunk/content/version_control.mdtext
URL: 
http://svn.apache.org/viewvc/lucy/site/trunk/content/version_control.mdtext?rev=1407323&r1=1407322&r2=1407323&view=diff
==============================================================================
--- lucy/site/trunk/content/version_control.mdtext (original)
+++ lucy/site/trunk/content/version_control.mdtext Fri Nov  9 00:07:57 2012
@@ -7,19 +7,13 @@ For official releases, visit our [downlo
 #### Development code
 
 Development code for Apache Lucy can be obtained from the Apache Software
-Foundation's Subversion
-[repository](https://svn.apache.org/repos/asf/lucy/). You can check
-out the code using "svn":
+Foundation's work-in-progress Git repository. You can check
+out the code using "git clone":
 
-        svn co http://svn.apache.org/repos/asf/lucy/trunk lucy
-
-Committers should use the secure repository:
-
-        svn co https://svn.apache.org/repos/asf/lucy/trunk lucy
+        git clone https://git-wip-us.apache.org/repos/asf/lucy.git
 
 #### Online browsing
 
-You can also [browse](http://svn.apache.org/viewvc/lucy/) our
-source code repository online using ViewVC.
-
+You can also [browse](http://git-wip-us.apache.org/repos/asf/lucy.git) our
+source code repository online.
 


Reply via email to