Re: Maximum Recursion Depth Exceeded Error

Michael Haggerty <[email protected]>
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
will soula wrote:
> I am trying to convert several cvs repos to svn and they have all gone
> fine except for one that gets a "RuntimeError: maximum recursion depth
> exceeded" error.  I searched the mailing list and found the suggestion
> to do this:
> 
> import sys
> sys.setrecursionlimit(sys.getrecursionlimit()*5)
> 
> So I tried that in the main cvs2svn cript and got the same error, so I
> bumped the number up from 5 to 50 and got the same error, and kept doing
> that till now I'm at 5 million and still get the error.  Pass 11 is the
> offending pass and im using cvs2svn version 2.2.0.  If anyone has any
> ideas on how I can get past this recursion error I would greatly
> appreciate it.

Please report this as a bug; see the FAQ for the information that we
need (for example, python and cvs2svn versions, a traceback, and if at
all possible a reproducible test case.

Michael

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

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.