RuntimeError: maximum recursion depth exceeded

will soula <[email protected]> Tue, 11 May 2010 09:00:49 -0500
Newsgroups gmane.comp.version-control.subversion.cvs2svn.devel
Message-ID <93B3B6122B906D44BC7E8B8CEFB0DBBB2E4222CF82@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.setrecursionlimi​t(sys.getrecursionli​mit()*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 I’m using cvs2svn version 2.3.0. If anyone has any ideas on how I can get past this recursion error I would greatly appreciate it.

I tried to run the shrink_test_case.py file but I have no clue how to use it.  What goes in the TEST_COMMAND variable?  I tried setting it to the command line I run to get the error, but no dice.

I think I am running python 2.4.  I tried to run the command python --version but it didn’t work.  So I tried -v and it installed some stuff and did a bunch of other stuff in the python2.4 folder so I am assuming it is version 2.4

I believe I am running Red Hat 4.1.1-1 on linux2.  This was output with the python -v command.

Do y’all need any more information from me to help me fix this problem (besides a test case which I will try and send in once I know what goes in the TEST_COMMAND variable.

Thanks,
Will

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

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