converting CVS repo to bzr

Alexander Belchenko bialix at ukr.net
Sun Oct 25 11:47:39 GMT 2009


Alexander Belchenko пишет:
> Hi Ian,
> 
> I'm trying to convert CVS repo of FTE project to bzr with your 
> fast-import plugin.
> 
> I'm working on Windows with standalone bzr.exe v.2.0.1 so my setup is 
> interesting corner case. And BTW this is most default setup so far.
> 
> What I found so far.
[...]
> (To be continued).

3. If I understand correctly what your plugin trying to do inside 
export-from-cvs is to run command:

cvs2bzr --dumpfile XXX.fi SOURCE

So I've run it this way manually:

C:\work\OSS\FTE\fte.sf.net\FTE>cvs2bzr.bat --dumpfile fte.fi fte
Traceback (most recent call last):
   File "C:\work\OSS\cvs2svn\trunk\cvs2bzr", line 70, in <module>
     bzr_main(os.path.basename(sys.argv[0]), sys.argv[1:])
   File "C:\work\OSS\cvs2svn\trunk\cvs2svn_lib\main.py", line 114, in 
bzr_main
     run_options = BzrRunOptions(progname, cmd_args, pass_manager)
   File "C:\work\OSS\cvs2svn\trunk\cvs2svn_lib\dvcs_common.py", line 48, 
in __init__
     RunOptions.__init__(self, progname, cmd_args, pass_manager)
   File "C:\work\OSS\cvs2svn\trunk\cvs2svn_lib\run_options.py", line 
267, in __init__
     self.process_options()
   File "C:\work\OSS\cvs2svn\trunk\cvs2svn_lib\dvcs_common.py", line 89, 
in process_options
     self.process_extraction_options()
   File "C:\work\OSS\cvs2svn\trunk\cvs2svn_lib\git_run_options.py", line 
156, in process_extraction_options
     if not (options.blobfile and options.dumpfile):
AttributeError: Values instance has no attribute 'blobfile'

OK, it's not your fault, error comes from cvs2svn, but I want you notice 
about this. This command simply does not work with latest cvs2svn trunk.




More information about the bazaar mailing list