Re: Trouble applying 1072 patch

2010-11-27 Thread Simon Reavely
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

Re: Trouble applying 1072 patch

2010-11-25 Thread Kelvin Kakugawa
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

Trouble applying 1072 patch

2010-11-25 Thread Simon Reavely
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