Can't upload non-ascii URLs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Vincent Ladeuil | ||
bzr Upload plugin |
Fix Released
|
High
|
Vincent Ladeuil |
Bug Description
bzr-upload report an error whenever I try to upload a file with non-ascii characters. No crash report, simply the following error message:
<code>
Uploading xxxxx.xxxxxxxxx
Uploading xxxxx.xxxxxxxxx
Uploading xxxxx.xxxxxxxxx
bzr: ERROR: Invalid url supplied to transport: "xxxxx.
</code>
bzr version
Bazaar (bzr) 2.0.0
Python interpreter: /usr/bin/python 2.6.4rc2
Python standard library: /usr/lib/python2.6
Platform: Linux-2.
bzrlib: /usr/lib/
Bazaar configuration: /home/sysadmin/
Bazaar log file: /home/sysadmin/
Copyright 2005, 2006, 2007, 2008, 2009 Canonical Ltd.
http://
bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.
bzr plugins -v
bzrtools 2.0.1
Various useful commands for working with bzr.
/usr/
dbus 0.1.0dev
D-Bus integration for bzr/bzrlib.
/usr/
gtk 0.97.0.final
Graphical support for Bazaar using GTK.
/usr/
launchpad 2.0.0
Launchpad.net integration plugin for Bazaar.
/usr/
netrc_credentia
Use ~/.netrc as a credential store for authentication.
/usr/
upload 1.0.0dev
Upload a working tree, incrementally.
/home/
Related branches
- Vincent Ladeuil: Approve
-
Diff: 31 lines (+4/-4)2 files modifiedbzrlib/lazy_regex.py (+3/-3)
doc/en/release-notes/bzr-2.7.txt (+1/-1)
Changed in bzr: | |
milestone: | none → 2.1.0rc1 |
status: | Fix Committed → Fix Released |
Changed in bzr-upload: | |
assignee: | nobody → Vincent Ladeuil (vila) |
status: | Confirmed → Fix Released |
milestone: | none → 1.0.0 |
There should be a traceback in your .bzr.log ('bzr version' will tell you where to find it.
That would help a lot to debug the issue.