Author: eevans
Date: Thu Jan  5 00:42:42 2012
New Revision: 1227415

URL: http://svn.apache.org/viewvc?rev=1227415&view=rev
Log:
update vcs instructions for Git migration

Modified:
    cassandra/site/publish/download/index.html
    cassandra/site/src/content/download/index.html

Modified: cassandra/site/publish/download/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1227415&r1=1227414&r2=1227415&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Thu Jan  5 00:42:42 2012
@@ -140,22 +140,16 @@ New users to Cassandra should be sure to
 
   <h2 class="hdr">Source Control</h2>
   <p>
-  The Cassandra source code resides in the Apache SVN repository. To check out 
a copy:
+  The Cassandra source code resides in the Apache Git repository. To check out 
a copy:
   </p>
   <blockquote class="hl">
-      svn checkout https://svn.apache.org/repos/asf/cassandra/trunk cassandra
-  </blockquote>
-
-  <p>
-  There is also a read-only git repository if that is more your style.
-  </p>
-  <blockquote class="hl">
-      git clone git://git.apache.org/cassandra.git 
+      git clone http://git-wip-us.apache.org/repos/asf/cassandra.git
   </blockquote>
 
   <p>
   Potential contributors should look over <a 
href="http://wiki.apache.org/cassandra";>the wiki</a>,
-  in particular <a 
href="http://wiki.apache.org/cassandra/HowToContribute";>HowToContribute</a>. 
+  in particular <a 
href="http://wiki.apache.org/cassandra/HowToContribute";>HowToContribute</a>.
+  </p>
  
 </div>
 

Modified: cassandra/site/src/content/download/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/src/content/download/index.html?rev=1227415&r1=1227414&r2=1227415&view=diff
==============================================================================
--- cassandra/site/src/content/download/index.html (original)
+++ cassandra/site/src/content/download/index.html Thu Jan  5 00:42:42 2012
@@ -119,22 +119,16 @@ New users to Cassandra should be sure to
 
   <h2 class="hdr">Source Control</h2>
   <p>
-  The Cassandra source code resides in the Apache SVN repository. To check out 
a copy:
+  The Cassandra source code resides in the Apache Git repository. To check out 
a copy:
   </p>
   <blockquote class="hl">
-      svn checkout {{ subversion_url }}/trunk cassandra
-  </blockquote>
-
-  <p>
-  There is also a read-only git repository if that is more your style.
-  </p>
-  <blockquote class="hl">
-      git clone git://git.apache.org/cassandra.git 
+      git clone http://git-wip-us.apache.org/repos/asf/cassandra.git
   </blockquote>
 
   <p>
   Potential contributors should look over <a 
href="http://wiki.apache.org/cassandra";>the wiki</a>,
-  in particular <a 
href="http://wiki.apache.org/cassandra/HowToContribute";>HowToContribute</a>. 
+  in particular <a 
href="http://wiki.apache.org/cassandra/HowToContribute";>HowToContribute</a>.
+  </p>
  
 </div>
 


Reply via email to