You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by bu...@apache.org on 2012/11/09 01:08:02 UTC

[lucy-commits] svn commit: r837743 - in /websites/staging/lucy/trunk/content: ./ version_control.html

Author: buildbot
Date: Fri Nov  9 00:08:01 2012
New Revision: 837743

Log:
Staging update by buildbot for lucy

Modified:
    websites/staging/lucy/trunk/content/   (props changed)
    websites/staging/lucy/trunk/content/version_control.html

Propchange: websites/staging/lucy/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov  9 00:08:01 2012
@@ -1 +1 @@
-1359484
+1407323

Modified: websites/staging/lucy/trunk/content/version_control.html
==============================================================================
--- websites/staging/lucy/trunk/content/version_control.html (original)
+++ websites/staging/lucy/trunk/content/version_control.html Fri Nov  9 00:08:01 2012
@@ -74,22 +74,16 @@
 <h4>Development code</h4>
 
 <p>Development code for Apache Lucy can be obtained from the Apache Software
-Foundation's Subversion
-<a href="https://svn.apache.org/repos/asf/lucy/">repository</a>. You can check
-out the code using "svn":</p>
+Foundation's work-in-progress Git repository. You can check
+out the code using "git clone":</p>
 
-<pre><code>    svn co http://svn.apache.org/repos/asf/lucy/trunk lucy
-</code></pre>
-
-<p>Committers should use the secure repository:</p>
-
-<pre><code>    svn co https://svn.apache.org/repos/asf/lucy/trunk lucy
+<pre><code>    git clone https://git-wip-us.apache.org/repos/asf/lucy.git
 </code></pre>
 
 <h4>Online browsing</h4>
 
-<p>You can also <a href="http://svn.apache.org/viewvc/lucy/">browse</a> our
-source code repository online using ViewVC.</p>
+<p>You can also <a href="http://git-wip-us.apache.org/repos/asf/lucy.git">browse</a> our
+source code repository online.</p>
 
         </div> <!-- lucy-main_content_box --> 
         <div class="clear"></div>