Re: [PATCH 3/3] cvsimport: start adding cvsps 3.x support

2013-01-14 Thread Junio C Hamano
Chris Rorvick writes: [jc: please elide parts you are not responding to, leaving enough lines to understand the context] >> +def command(self): >> +"Emit the command implied by all previous options." >> +return self.cvsps + "--fast-export " + self.opts > > "--fast-export" str

Re: [PATCH 3/3] cvsimport: start adding cvsps 3.x support

2013-01-14 Thread Chris Rorvick
On Sun, Jan 13, 2013 at 7:40 PM, Junio C Hamano wrote: > The new cvsps 3.x series lacks support of some options cvsps 2.x > series had and used by cvsimport-2; add a replacement program from > the author of cvsps 3.x and allow users to choose it by setting the > GIT_CVSPS_VERSION environment varia

[PATCH 3/3] cvsimport: start adding cvsps 3.x support

2013-01-13 Thread Junio C Hamano
The new cvsps 3.x series lacks support of some options cvsps 2.x series had and used by cvsimport-2; add a replacement program from the author of cvsps 3.x and allow users to choose it by setting the GIT_CVSPS_VERSION environment variable to 3. We would later add support to auto-detect the version