bzr error while branching from svn
Alaa Salman
alaasalman at gmail.com
Mon May 7 21:28:27 BST 2007
Hi,
While branching from an svn repo, the operation failed near the end with the
following error:
<Quote>
bzr: ERROR: exceptions.TypeError: clone() takes at most 3 arguments (4
given)
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 718, in
run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 679, in
run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 375, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 896, in
run
dir = br_from.bzrdir.sprout(to_transport.base, revision_id)
File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/format.py", line
77, in sprout
result_repo = repo.clone(result, revision_id, basis)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 127, in
read_locked
return unbound(self, *args, **kwargs)
TypeError: clone() takes at most 3 arguments (4 given)
bzr 0.16.0candidate2 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'branch', 'http://svn.turbogears.org/trunk',
'turbogears']
</Quote>
Please confirm that this is not a known error before i open up a new bug.
Regards,
Alaa Salman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20070507/e35ef6ac/attachment.htm
More information about the bazaar
mailing list