Hi
I just had a go with the --options argument by following the
faq entry
http://
cvs2svn.tigris.org/faq.html#oneatatime
The first problem that arose when execfile parsed the file
was a
NameError: Project, ok easily fixed I thought, import it in
the file.
Next problem seems to be a wrongly instantiated Project
since it seems to
want an output option.
cvs2svn -v --options=test.txt
cvs2svn_lib.project.Project
ERROR: No output option specified.
The file so far looks like this.
from cvs2svn_lib.project import Project
ctx.add_project(
Project(
'/home/cvs/test',
'test/trunk',
'test/branches',
'test/tags',
symbol_transforms=[],
)
)
Any pointers in whats needed to get this working ?
/Khaled Daham
Cell: +46-70-1810278
FreeBSD: The Power to Serve! http://www.FreeBSD.org/
This isn't rocket science -- but it _is_ computer science.
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe cvs2svn.tigris.org
For additional commands, e-mail: users-help cvs2svn.tigris.org
|