tianxc wrote:
> But failed with following messages:
>
> ----- pass 1 (CollectRevsPass) -----
> Examining all CVS ',v' files...
> Traceback (most recent call last):
> File "cvs2svn-1.5.1/cvs2svn", line 114, in
?
> main()
> File "cvs2svn-1.5.1/cvs2svn", line 106, in
main
> pass_manager.run(run_options.start_pass,
run_options.end_pass)
> File "./cvs2svn_lib/pass_manager.py", line
122, in run
> File "./cvs2svn_lib/passes.py", line 126,
in run
> File "./cvs2svn_lib/cvs_file_database.py",
line 34, in __init__
> File "./cvs2svn_lib/database.py", line 100,
in __init__
> File "/usr/lib/python2.2/anydbm.py", line
86, in open
> return mod.open(file, flag, mode)
> gdbm.error: (37, 'No locks available')
This can apparently result from trying to use gdbm over NFS.
See for
example:
http://bulba.sdsu.
edu/docwiki/ToDo
If this is the problem, then you should be able to fix it by
setting
--tmpdir to be a directory on a local hard disk (which would
be
advantageous anyway from a speed perspective).
Michael
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe cvs2svn.tigris.org
For additional commands, e-mail: dev-help cvs2svn.tigris.org
|