Juanma Barranquero wrote:
> On Thu, 05 Feb 2004 16:58:39 +0100, Arnout Standaert <arnout.standaert@cit.kuleuven.ac.be> wrote:
>
>
>>OK, a small update concerning this: I discovered that CVSNT also has a
>>"co.exe" program, which happened to be in my PATH. I removed it from the
>>PATH, and actually, now that I'm using RCS's co.exe (as intended),
>>cvs2svn just gives me an IO Error instead. To be honest, CVSNT's co.exe
>>got further in the conversion process than RCS's co.exe.
>
>
> Try using the CVSNT-supplied co.exe and modifiying line ~1115 from
> cvs2svn.py, taking out the "-q" in the line that uses co.exe:
>
> pipe = os.popen('co -q -p%s %s'
> % (cvs_rev, escape_shell_arg(rcs_file)), 'r')
Great! This did the trick. If we should meet once in the future, remind
me to pay you a beer :-)
Big thanks
Arnout
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 6 10:21:33 2004