Brilliant thx
For the record of those maybe as rubbish @ git as I am, here is what i did..
1122 git clone https://github.com/kakugawa/cassandra.gitcassandra-1502-to-1072
1123 cd cassandra-1502-to-1072
1124 ls
1125 git branch
1126 git branch -a
1127 git checkout remotes/origin/1502-to-1
Hi Simon,
Would you be able to use this git branch:
https://github.com/kakugawa/cassandra/tree/1502-to-1072
It's the most up-to-date version and you won't have to fool around w/
applying a patch. Since, to apply the patch, your repo has to be at
the same commit (in trunk) that I cut it from. (I
Hi,
I'm trying to apply the latest patch from
https://issues.apache.org/jira/browse/CASSANDRA-1072 and I'm hitting
issues...
Since I don't usually use git (I'm a svn guy) and I've never applied a patch
with git before I'm not sure if I doing something hideous..
See below...
reav...@sreavely-svr