bzr push to svn crashes after moving some files, in some french file with percents in the name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
New
|
Undecided
|
Unassigned |
Bug Description
When trying to push a bzr repository to svn, updating it after some commits
and merges, some of them moving files, have been made, "bzr push" crashes
with errorlevel 4 and the log below. The bzr backport I use on hardy (bzr
2.3.4-0~
same problem, but this is on stock sid (bzr 2.6.0~bzr6526-1, bzr-svn 1.2.1-1)
with svn 1.6.17dfsg-4 pinned to avoid 1.7 to be installed.
The publicly viewable access to the push location is:
svn://evolvis.
The bzr repo is on lolando’s box, so I can’t give access to it, but if it
helps, I’ll ask him (cloning takes quite some time though, due to the size).
tglase@
Initialising Subversion metadata cache in /home/tglase/
bzr: ERROR: subvertpy.
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 "/usr/lib/
overwrite=
File "/usr/lib/
lossy, *args, **kwargs)
File "/usr/lib/
lossy=lossy, fetch_non_
File "/usr/lib/
lossy=lossy, fetch_non_
File "/usr/lib/
stop_revision, overwrite=
File "/usr/lib/
layout=
File "/usr/lib/
append_
File "/usr/lib/
push_
File "/usr/lib/
project=
File "/usr/lib/
base_
File "/usr/lib/
root_
File "/usr/lib/
revid = builder.
File "/usr/lib/
return unbound(*args, **kwargs)
File "/usr/lib/
editor.close()
SubversionExcep
bzr 2.6.0dev2 on python 2.7.3 (Linux-
sid)
arguments: ['/usr/bin/bzr', 'push', 'svn+ssh://<email address hidden>/svnroot/e
volvis/
plugins: bash_completion
changelog_
grep[0.5.0dev], launchpad[
news_
rewrite[
weave_
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'C'
*** 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.
affects: | bzr → bzr-svn |
summary: |
- bzr push to svn and git crashes after moving some files, in some french - file with percents in the name + bzr push to svn crashes after moving some files, in some french file + with percents in the name |
The problem seems to be this:
-rw-r--r-- 1 tglase Administrators 1502 Sep 20 2011 trunk/gforge_ base/evolvisfor ge-5.1/ src/plugins/ wiki/www/ locale/ fr/pgsrc/ Aide%2FPluginCr %C3%A9erUnePage
So the %2F is expanded by bzr when it should not be.