Re: RuntimeError: maximum recursion depth exceeded

Michael Haggerty <[email protected]> Sat, 15 May 2010 03:34:37 +0200
Newsgroups gmane.comp.version-control.subversion.cvs2svn.devel
Message-ID <[email protected]>
will soula wrote:
> I have successfully run the shrink_test_case.py script and apparently
> the folder name is the cause of the error.  shrink_test_case went
> through and deleted everything from the repo.  I now have a folder
> called "ServiceLogicWFM-backup" and there is nothing inside the
> folder.  I ran pass 11 against that folder after shrink_test_case had
> deleted everything in it and I still get the same error.  I have run
> the command ls against the folder to verify nothing was in there and
> then copied to a windows computer and verified there is nothing in
> it.  I have attached my options file in case that has something to do
> with it.

It is highly unlikely that you get this error when running cvs2svn
against an empty repository.  Running cvs2svn against an empty
repository results in an error message like this in pass1:

> ERROR: No RCS files found under 'cvsrepos/ServiceLogicWFM-backup'!
> Are you absolutely certain you are pointing cvs2svn
> at a CVS repository?
>
> Exited due to fatal error(s).

I hope you realize that you cannot run only pass 11 in the test command
used by shrink_test_case.py.  If you run only pass 11 without re-running
the previous passes, then pass 11 will use the data collected from old
versions of the repository and will always fail in exactly the same way.

Michael

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

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