Re: thrift version

2010-11-09 Thread Todd Blose
The entire svn revision history was preserved with the change, so doing svn co -r917130 http://svn.apache.org/repos/asf/thrift/trunk/ would suffice. Todd On Tue, Nov 9, 2010 at 1:20 PM, Gary Dusbabek wrote: > No, that's the one. Thrift has graduated since then, which means > their svn url ch

Re: thrift version

2010-11-09 Thread Gary Dusbabek
No, that's the one. Thrift has graduated since then, which means their svn url changed from http://svn.apache.org/repos/asf/incubator/thrift/ to http://svn.apache.org/repos/asf/thrift/. I suspect that is making things hard. Perhaps an svn guru on the list could explain how to do the checkout. G

Re: thrift version

2010-11-09 Thread Liangzhao Zeng
Actually I can not find 917130 in *http://svn.apache.org/repos/asf/thrift/, is there another svn rev?* * * * * ***Cheers,* * * *Liangzhao * On Tue, Nov 9, 2010 at 2:59 PM, Gary Dusbabek wrote: > svn rev 917130 > > On Tue, Nov 9, 2010 at 13:48, Liangzh

Re: thrift version

2010-11-09 Thread Gary Dusbabek
svn rev 917130 On Tue, Nov 9, 2010 at 13:48, Liangzhao Zeng wrote: > Can anyone tell me what's thrift version using in Cassandra 0.66? I am using > Mac os and trying to generate the java code from  cassandra.thrift by > myself. > > > Cheers, > > Liangzhao >

Re: thrift version

2010-04-13 Thread Sylvain Lebresne
If you look in the lib/ directory of the cassandra source you're using, the libthrift jar has the version number in its name. For 0.6, it is libthrift-r917130.jar for instance. On Tue, Apr 13, 2010 at 1:13 PM, Ran Tavory wrote: > which thrift version should I use? > on my mac osx: > $ thrift -ver