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

Re: cvs2svn issues using Windows

From: <kfogel_at_collab.net>
Date: 2004-01-20 22:35:14 CET

Ralf, can you file this as an issue, and put it into the "cvs2svn-opt"
milestone? If you could include your patch there as a full patch
(i.e., unified diff format) that would be great, but the main thing is
to get the issue. Thanks,

-K

Ralf Purnhagen <purnhar@gmx.net> writes:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 20 23:32:07 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.