Hi, HBase started it's life as a Hadoop contrib module, then a Hadoop subproject, and then finally a TLP. So for svn, you have to go checkout the hadoop / hadoop-common repositories and find hbase there. Alternatively, instead of checking out from svn, you can also download the source tarballs from
http://archive.apache.org/dist/hadoop/hbase/ http://archive.apache.org/dist/hbase/ dating as back as the 0.1 release. Cheers, Enis On Wed, Feb 29, 2012 at 5:13 PM, Jackie Chang <[email protected]> wrote: > Dear HBase developers, > > I am a student currently doing some research work related to distributed > system. One thing I need is to build some old versions of hbase for the > purpose of comparison. > > However, when I'm trying to check out some old revisions, (e.g. revision > before 946530), I got the error message of > "svn: Target path '/hbase/trunk/src/main/java/org/apache/hadoop/hbase' does > not exist " > > I searched the mailing list and got to know that the svn path has moved > around that time. My question is, is it still possible for me to get the > old revisions? I can check each file of the older revision from the websvn, > but I'm not sure how I can get them using my svn. > > Sorry to take your time for the dumb question. > > Thanks a lot for your great work on the fantastic project and any help is > greatly appreciated. > > -- > Jackie Chang >
