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-1072 1129 cd interface 1131 grep Counter * [reav...@sreavely-svr interface]$ grep Counter * cassandra.thrift:struct CounterColumn { cassandra.thrift:struct CounterSuperColumn { cassandra.thrift: 2: required list<CounterColumn> columns cassandra.thrift:union Counter { cassandra.thrift: 1: CounterColumn column, cassandra.thrift: 2: CounterSuperColumn super_column cassandra.thrift:struct CounterUpdate { cassandra.thrift: 1: required CounterColumn counter, cassandra.thrift: 3:required CounterUpdate update, cassandra.thrift: void batch_add(1:required map<binary, map<string, list<CounterUpdate>>> update_map, cassandra.thrift: Counter get_counter(1:required binary key, cassandra.thrift: list<Counter> get_counter_slice(1:required binary key, cassandra.thrift: map<binary,list<Counter>> multiget_counter_slice(1:required list<binary> keys, ... On Fri, Nov 26, 2010 at 1:12 AM, Kelvin Kakugawa <kakug...@gmail.com> wrote: > 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. (It's not very fun to > hunt through the commits in trunk to find that magic commit.) > > -Kelvin > > On Thu, Nov 25, 2010 at 9:28 PM, Simon Reavely <simon.reav...@gmail.com> > wrote: > > 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 cassandra]$ ls > > bin CASSANDRA-1072.112210.patch CHANGES.txt contrib doc > > increment_test.py ivysettings.xml lib NEWS.txt README.txt > > src > > build.xml CASSANDRA-1072.patch conf debian drivers > > interface ivy.xml LICENSE.txt NOTICE.txt redhat > > test > > [reav...@sreavely-svr cassandra]$ git apply > ./CASSANDRA-1072.112210.patch > > ./CASSANDRA-1072.112210.patch:226: trailing whitespace. > > > > ./CASSANDRA-1072.112210.patch:254: trailing whitespace. > > 2:required ColumnParent column_parent, > > ./CASSANDRA-1072.112210.patch:255: trailing whitespace. > > 3:required SlicePredicate predicate, > > ./CASSANDRA-1072.112210.patch:258: trailing whitespace. > > > > ./CASSANDRA-1072.112210.patch:264: trailing whitespace. > > 3:required > SlicePredicate > > predicate, > > error: patch failed: conf/cassandra.yaml:369 > > error: conf/cassandra.yaml: patch does not apply > > error: patch failed: > src/java/org/apache/cassandra/concurrent/Stage.java:31 > > error: src/java/org/apache/cassandra/concurrent/Stage.java: patch does > not > > apply > > error: patch failed: > > src/java/org/apache/cassandra/config/CFMetaData.java:733 > > error: src/java/org/apache/cassandra/config/CFMetaData.java: patch does > not > > apply > > error: patch failed: > > test/unit/org/apache/cassandra/service/AntiEntropyServiceTest.java:1 > > error: > test/unit/org/apache/cassandra/service/AntiEntropyServiceTest.java: > > patch does not apply > > > > Any help greatly appreciated! > > > > -- > > Simon Reavely > > simon.reav...@gmail.com > > > -- Simon Reavely simon.reav...@gmail.com