Maximum Recursion Depth Exceeded Error

will soula <[email protected]>
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <93B3B6122B906D44BC7E8B8CEFB0DBBB2E4222CF3B@SGP-EXCHANGE.pointserve.com>
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.

Thanks,
Will

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

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.