Problem when trying to import CVS module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CVS to Bazaar importer |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I am now evaluating BZR for our internal use, but a mandatory request is to import CVS...
Our old cvs version is Concurrent Versions System (CVS) 1.11.2 (client/server)
This what I tried to do on out Ubuntu machine...
Ubuntu 7.10
Bazaar (bzr) 0.90.0
Python interpreter: /usr/bin/python 2.5.1.final.0
Python standard library: /usr/lib/python2.5
bzrlib: /usr/lib/
Bazaar configuration: /home/changeme/
Bazaar log file: /home/changeme/
cvsps version 2.1
bzr cvsps-import mnt1/data/
Creating cvsps dump file: refapps/
Read 6300 patchsets (string cache hits: 0, total: 11831)
Failed while processing: Patchset(1, HEAD, pazh, 2003/11/25 09:55:02)
Processed 0 patches (0 new, 0 existing) on 0 branches (1 tags) in 1.2s (0.00 patch/s)
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/home/
importer.
File "/home/
self.
File "/home/
rev_id, action = cvs_to_
File "/home/
revision_id = self._extract_
File "/home/
revision_
File "/home/
assert self._revision_id == branch_rev
AssertionError
bzr 0.90.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'cvsps-import', 'mnt1/data/
Regards
Asaf
Can you still reproduce this?
Can you run this with BZR_PDB=1 and then in the resulting prompt, run:
print self._revision_id
print branch_rev