[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: cvs2svn change_path crash

From: Faller, Gyula <GFaller_at_Graphisoft.hu>
Date: 2003-09-10 16:38:52 CEST

> -----Original Message-----
> From: Max Bowsher [mailto:maxb@ukf.net]
> Sent: szerda 2003. szeptember 10. 16:13
> To: Faller, Gyula; dev@subversion.tigris.org
> Subject: Re: cvs2svn change_path crash
>
>
> Faller, Gyula wrote:
> > I've watched subversion development a while, and now I
> installed the
> > svn-0.29.0-setup.exe package and got the 0.29 source.
> > I tried out the cvs2svn as a start for a large test
> repository. I runs a
> > while and then crashes with this traceback:
> > What could be the problem? I have searched the archives,
> but couldn't
> found
> > any problem description or solution.
> ...
> > Traceback (most recent call last):
> ...
> > File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 677,
> in change_path
> > self.nodes_db[parent_key] = marshal.dumps(parent)
> > bsddb.error: (0, 'Error')
>
> That's an odd error.
>
> How large is the repository? Would you be able to make it
> available for
> download, so I could try to reproduce the crash?
>
> Which version of python are you using?
>
>
> Max.
>

 Hi Max,

 Thanks for the quick reply.
 Yes, it is an odd error. I tried on various (big) parts of the whole repository,
 and got the exactly same traceback on different files.
 But when I tried only on a small part of the repository containing the problematic
 files, it succeeds.
 The temporary file sizes:

c:\Program Files\Subversion>dir cvs2svn*
 Volume in drive C is Main
 Directory of c:\Program Files\Subversion

2003. 09. 10. 12:01 <DIR> cvs2svn
2003. 09. 10. 15:22 1 121 643 cvs2svn-data.c-revs
2003. 09. 10. 15:22 0 cvs2svn-data.resync
2003. 09. 10. 15:22 1 121 643 cvs2svn-data.revs
2003. 09. 10. 15:22 1 121 643 cvs2svn-data.s-revs
2003. 09. 10. 15:32 1 194 893 cvs2svn-dump
2003. 09. 10. 15:32 39 298 048 cvs2svn-nodes.db
2003. 09. 10. 15:32 2 048 cvs2svn-revisions.db
2003. 09. 10. 15:32 5 436 928 cvs2svn-sym-names.db
2003. 09. 10. 15:32 698 880 cvs2svn-symroots.db
               9 File(s) 49 995 726 bytes
               1 Dir(s) 4 593 852 416 bytes free

 The repository size is 62,5 Mb. But it is impossible to give it, it is related to
corporate data.

The python version:
ActivePython 2.2.1 Build 222 (ActiveState Corp.) based on
Python 2.2.1 (#34, Apr 15 2002, 09:51:39) [MSC 32 bit (Intel)] on win32

My operating system is WinXP.

My command line was:
c:\Program Files\Subversion>"C:\Program Files\Subversion\cvs2svn\cvs2svn.py" -v
--create -s c:\Development\SVNRepository C:\Development\CVSRepo-Test

 Is there any suggestions for trace messages to explore the problem?

        Gyula

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 10 16:39:14 2003

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.