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=34&rev2=35 Comment: switch svn instructions to git 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 SVN. Here we assume you are checking out the latest trunk, but browse http://svn.apache.org/repos/asf/cassandra/ 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... {{{ - svn checkout 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
