bzr-svn occasionally causes push failure
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
Triaged
|
Medium
|
Unassigned |
Bug Description
When I try to push local commit to svn, some times I see this crash:
Using saved push location: svn+ssh:
bzr: failed to report crash using apport:
OSError(13, 'Permission denied')
bzr: ERROR: bzrlib.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
use_
File "/usr/lib/
remember, create_prefix)
File "/home/
overwrite=
File "/usr/lib/
*args, **kwargs)
File "/home/
override_
File "/home/
self.
File "/home/
layout=
File "/home/
append_
File "/home/
push_
File "/home/
base_revid, target_branch)
File "/home/
return self.target.
File "/home/
return self.revmap.
File "/home/
branch_path, min_revnum, max_revnum)
File "/home/
raise InvalidBzrSvnRe
InvalidBzrSvnRe
bzr 2.3.4 on python 2.6.6 (Linux-
Ubuntu-
arguments: ['/usr/bin/bzr', 'push']
plugins: bash_completion
gtk[0.100.0], launchpad[2.3.4], netrc_credentia
news_
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.utf8'
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
visibility: | public → private |
visibility: | private → public |
affects: | bzr → bzr-svn |
So this happens sometimes during a push but the next push works fine?