Re: PRoblem while importing CVS repository to svn
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Balkar Pa wrote: > I am trying to import the CVS repository to SVN using the cvs2svn-2.3.0. > I am just trying to smple import with all the history from the CVS. Here > is the details: > > cvs2svn-2.3.0 > > Python 2.6.2 (r262:71600, Jan 19 2010, 13:59:36) > [GCC 3.4.3 (csl-sol210-3_4-branch+sol_rpath)] on sunos5 > > Command:- cvs2svn --dumpfile=/disk1/bcakup/cvs/svn.dmp > --fallback-encoding=utf_8 /disk2/backup/cvs/cvsdir > > This command gets executed till the last pass > and then I get a core dump. Here is the log: > > ----- pass 16 (OutputPass) ----- > Starting Subversion Dumpfile. > Bus Error (core dumped) > > > Command:- cvs2svn --dumpfile=/disk1/bcakup/cvs/svn.dmp > --fallback-encoding=utf_8 -p OutputPass /disk2/backup/cvs/cvsdir > Similarly if I try to resume from where the error happened, same > error i get. > > Here is the output from core dump. > > -bash-3.00$ pstack core > core 'core' of 23975: /usr/local/bin/python /usr/local/bin/cvs2svn > --dumpfile=/disk1/bcakup/ > fe99c1d4 __mutex_alloc_int (cfc600, 0, 13, 8, ffbfdcfc, cfc990) + b4 > fe99cd58 __mutex_open (0, 284504, 1, 1, ffff66d0, 0) + 178 > fe9d9ce0 __env_open (0, 578118, 1145, 573460, fe9da1e4, 0) + 24c > fea808dc DBEnv_open (dd76b0, 52e198, 0, 117400, 117820, feaa1d68) + 78 > [...] This is a problem at a lower level than cvs2svn. The stack trace hints that the problem might be in the database or database adapter that you are using. Check whether Python, the database adapter, and the database library itself are installed correctly. (Perhaps try other versions of these components or a different database entirely.) Other than that, I think you have to seek your answer with the database or database adapter projects. Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2441114 To unsubscribe from this discussion, e-mail: [[email protected]].