Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "HowToBuild" page has been changed by MakiWatanabe:
http://wiki.apache.org/cassandra/HowToBuild?action=diff&rev1=2&rev2=3

Comment:
Update build procedure for trunk to use git

  To build the latest version of Cassandra from Subversion:
  
  {{{
- svn co http://svn.apache.org/repos/asf/cassandra/trunk cassandra-trunk
+ git clone http://git-wip-us.apache.org/repos/asf/cassandra.git cassandra-trunk
  cd cassandra-trunk
  # if directly connected to the internet
  ant
@@ -32, +32 @@

  To build the latest version of Cassandra from Git:
  
  {{{
- git clone http://git-wip-us.apache.org/repos/asf/cassandra.git cassandra-trunk
+ svn co http://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7
- cd cassandra-trunk
+ cd cassandra-0.7
  # if directly connected to the internet
  ant
  # if connected via a proxy

Reply via email to