On Fri, Jun 1, 2012 at 11:50 AM, Sam Overton <s...@acunu.com> wrote:
> Hello cassandra-dev,
>
> This is an update on the previous discussion on virtual nodes

Thanks for the update, Sam!

> The easiest way to test these changes is to clone our github repo and
> switch to the topic branch representing the top patch:
>
>> git clone git://github.com/acunu/cassandra.git
>> cd cassandra
>> git checkout --track remotes/origin/p/4127/01_migration_path

Just a note for those who want to use an existing git repo rather than
a fresh clone:

> git remote add acunu git://github.com/acunu/cassandra.git
> git fetch acunu
> git checkout p/4127/01_migration_path

(this will create a local branch, use 'checkout
remotes/acunu/p/4127/01_migration_path' if you don't want to do that
for some reason)

-Brandon

Reply via email to