[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

cvs2svn issues using Windows

From: Ralf Purnhagen <purnhar_at_gmx.net>
Date: 2004-01-20 19:24:10 CET

Hi,

i'm trying to migrate my repositories from CVS to SVN on a Windows XP
machine. After
installing Python and RCS Tools, i got an error message out of cvs2svn.py
because
the rcs version files where nout found.

IMHO this bug appears, because on windows, the default suffix for rcs files
may not be ,v.
After explicitly setting the suffix with -x,/ and opening the files binary
mode, everything
worked fine.

Change (Line 1068-1069 of cvs2svn.py):
     pipe = os.popen('co -q -x,v/ -p%s %s'
                     % (cvs_rev, escape_shell_arg(rcs_file)), 'rb')

Perhaps you could integrate this little fix in the official version?

Regards,
Ralf

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 20 19:24:48 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.