RE: cvs2svn change_path crash
From: Faller, Gyula <GFaller_at_Graphisoft.hu>
Date: 2003-09-29 22:13:44 CEST
Hi,
Another turn:
Thanks for the tip, I updated the cvs2svn.py and I applied the patch mentioned in the issue. After it, I got the same error message at the same point of the script, but the different amount of the conversion:
c:\Program Files\Subversion\cvs2svn>"C:\Program Files\Subversion\cvs2svn\cvs2svn.py" -v --create -s c:\SVNRepo C:\CVSRepo-Test
Traceback (most recent call last):
I printed out the parent_key and the parent variables: the parent_key was 2c36, and the parent was as small as 6 lines mixed folders and files. So this error is different from the previous one.
I investigated the databases built temporarily. I found this:
c:\Program Files\Subversion\cvs2svn>dir *.db
Directory of c:\Program Files\Subversion\cvs2svn
2003. 09. 29. 22:01 10 503 680 cvs2svn-nodes.db
After it I halved the files in the repository (keeping the folder where the script breaks down) and restarted the process. It is finished. The temporary files looks like it:
c:\Program Files\Subversion\cvs2svn>dir *.db
Directory of c:\Program Files\Subversion\cvs2svn
2003. 09. 29. 20:49 6 127 104 cvs2svn-nodes.db
Is it possible that the used bsddb has a size limit?
c:\Program Files\Subversion\cvs2svn>python
After it I checked out my new repository:
svn co file:///c:/SVNRepo newtest
The result was not satisfying: the directory hierarchy was perfect, _but all the files were 0 byte long_!
After it I examined the repository db folder. Its largest file was "strings" with 1.5 Mb, which is very small.
Thanks forward for your help:
Gyula
> -----Original Message-----
[..]
> > to os.sep. The other way (change all separators to '/') is
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.