space in url causes failure
Bug #496721 reported by
Billie Cleek
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
Launchpad itself |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
A space in the branch name of an https URL always causes bzr-svn commands to fail. Attempting to checkout a Bazaar branch of a Subversion branch fails, as does attempting to perform a pull operation on a Bazaar branch created by using svn-import when the Subversion branch name contains a space. I tested using double quotes (e.g. "https:/
Related branches
lp://qastaging/~cleekbi/bzr-svn/allow-spaces
Rejected
for merging
into
lp://qastaging/bzr-svn/1.0
- Jelmer Vernooij (community): Disapprove
-
Diff: 31 lines (+5/-1)2 files modifiedtests/test_transport.py (+4/-0)
transport.py (+1/-1)
Changed in bzr-svn: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in bzr-svn: | |
milestone: | none → 1.0.3 |
Changed in bzr-svn: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I mistakenly attached transport.py instead of the patch last time. Here is the patch as an attachment.