Errors while using cvs2svn
Harry sherry <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am using cvs2svn tool for migrating my project from cvs to svn.
I am using the following command to generate a dump file:
cvs2svn --dumpfile=<file name> <cvs repository>
I am able to see the proceedings on the terminal screen but it is not
generating the dump file.
Also, I am getting the following errors after the 16th pass
----------------------------------------------------------------------------------------------
----- pass 16 (OutputPass) -----
Starting Subversion Dumpfile.
illegal flag specified to DB_ENV->remove
Traceback (most recent call last):
File "/usr/local/lib/bin/cvs2svn", line 70, in ?
svn_main(os.path.basename(sys.argv[0]), sys.argv[1:])
File "/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/main.py",
line 103, in svn_main
main(progname, run_options, pass_manager)
File "/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/main.py",
line 86, in main
pass_manager.run(run_options)
File
"/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/pass_manager.py",
line 181, in run
the_pass.run(run_options, stats_keeper)
File "/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/passes.py",
line 1800, in run
Ctx().output_option.setup(stats_keeper.svn_rev_count())
File
"/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/svn_output_option.py",
line 628, in setup
SVNOutputOption.setup(self, svn_rev_count)
File
"/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/svn_output_option.py",
line 131, in setup
Ctx().revision_reader.start()
File
"/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/checkout_internal.py",
line 721, in start
ser)
File "/usr/local/lib/lib/python2.4/site-packages/cvs2svn_lib/database.py",
line 110, in __init__
self.db = anydbm.open(filename, 'c')
File "/usr/local/lib/hpux32/python/anydbm.py", line 83, in open
return mod.open(file, flag, mode)
File "/usr/local/lib/hpux32/python/dbhash.py", line 16, in open
return bsddb.hashopen(file, flag, mode)
File "/usr/local/lib/hpux32/python/bsddb/__init__.py", line 291, in
hashopen
e = _openDBEnv()
File "/usr/local/lib/hpux32/python/bsddb/__init__.py", line 345, in
_openDBEnv
e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD |
db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb._db.DBInvalidArgError: (22, 'Invalid argument')
------------------------------------------------------------------------------------------------------------------------------------
Please help me out with a solution so that I can proceed from this stage.
Thanks,
--Harry
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2663954
To unsubscribe from this discussion, e-mail: [[email protected]].