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

Re: Cvs2svn gives empty repo

From: Juanma Barranquero <lektu_at_mi.madritel.es>
Date: 2004-02-06 00:57:00 CET

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')

Also, make sure that %CVSROOT points to your repository. After that, it
worked for me (before that, I had the same symptom: empty files).

                                                           /L/e/k/t/u

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 6 00:57:37 2004

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

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