Re: cvs2svn 2.4.0 does not work for me

Michael Haggerty <[email protected]> Tue, 18 Dec 2012 11:04:25 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
On 12/18/2012 07:49 AM, Vincent Belaïche wrote:
> Below follows a post which I made on irc.freenode.net #cvs2svn. Basically
> 
> 1. I am a complete novice
> 2. I tried cvs2svn ver 2.4.0, and it did not work for me

It looks like you are using the PyPy implementation of Python rather
than the more usual C implementation.  PyPy's gc module apparently
doesn't have a function gc.set_debug(), and this causes the error that
you see.

I just committed a fix for this specific problem to trunk r5410.  But I
would still recommend that you use CPython rather than PyPy, as you will
otherwise likely stumble on other incompatibilities.

> 3. I tried to get the latest trunk, but the anonymous checkout also did
> not work.

I don't know why this didn't work for you.  I was just able to check out
trunk with the same command that you used.  Perhaps there was a
temporary problem, or perhaps Subversion is not set up correctly on your
computer.  If you continue to have problems, you should probably try to
get help from the tigris.org support.

Alternatively, you can check trunk out of the git repository at

    https://github.com/mhagger/cvs2svn

Michael

-- 
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=3036774

To unsubscribe from this discussion, e-mail: [[email protected]].