Dear Wiki user,

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

The "RunningCassandraInEclipse" page has been changed by DaveBrosius:
http://wiki.apache.org/cassandra/RunningCassandraInEclipse?action=diff&rev1=35&rev2=36

Comment:
more conversions for svn docs to git docs

  Eclipse is open source. Download Eclipse from 
http://www.eclipse.org/downloads/. There is no need for the Enterprise Edition 
(EE) version of Eclipse. Hence
  "Eclipse IDE for Java Developers" is good enough. 
  
- Cassandra is using Git and Subversion for version control. In this tutorial 
we will checkout Cassandra from Subversion. 
+ Cassandra is using Git for version control. In this tutorial we will checkout 
Cassandra from it. 
  
- The previous version of this guide used the Subclipse 
(http://subclipse.tigris.org/) Eclipse Subversion plugin. However, over time, 
the instructions became out-of-date and confusing - if you are currently using 
Subclipse or Subversive successfully with Cassandra then please add a new 
section below!
+ The previous version of this guide used the Subclipse 
(http://subclipse.tigris.org/) Eclipse Subversion plugin. However, over time, 
the instructions became out-of-date and confusing - if you are currently using 
Subclipse or Subversive successfully with Cassandra be aware as of December 
2011 Cassandra was switched to Git.
  
  For the moment, we will a command-line Subversion client.
  
@@ -15, +15 @@

  
  These instructions were originally tested on Ubuntu 11.04, Eclipse Indigo 
SR1, on the trunk code shortly after the release of Cassandra 1.0.
  
- From the console, checkout the code using GIT. Here we assume you are 
checking out the latest trunk, but browse 
http://git-wip-us.apache.org/repos/asf/cassandra.git for all available 
versions...
+ From the console, checkout the code using Git. Here we assume you are 
checking out the latest trunk, but browse 
http://git-wip-us.apache.org/repos/asf/cassandra.git for all available 
versions...
  
  {{{
  git clone http://git-wip-us.apache.org/repos/asf/cassandra.git cassandra-trunk

Reply via email to