svn should not complain about sftp urls

Bug #305782 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Undecided
Jelmer Vernooij

Bug Description

    return unbound(*args, **kwargs)
  File "/home/robertc/.bazaar/plugins/svn/transport.py", line 196, in
__init__
    self.connections.add(self.connections.get(self.svn_url))
  File "/home/robertc/.bazaar/plugins/svn/transport.py", line 164, in
get
    return Connection(url)
  File "/home/robertc/.bazaar/plugins/svn/transport.py", line 126, in
Connection
    raise InvalidURL(url)
InvalidURL: Invalid url supplied to transport:
"sftp://bazaar.launchpad.net/~foo/bar/baz"

 affects bzr-svn

--
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

What command did you run to get this? bzr-svn should never attempt to use any URLs except for not file://, http:// and svn://

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 305782] Re: svn should not complain about sftp urls

On Sat, 2008-12-06 at 19:02 +0000, Jelmer Vernooij wrote:
> What command did you run to get this? bzr-svn should never attempt to
> use any URLs except for not file://, http:// and svn://

bzr push sftp://bazaar.launchpad.net/~USER/PROJECT/BRANCH, where the
BRANCH directory existed already with no contents.

-Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Jelmer Vernooij (jelmer)
Changed in bzr-svn:
assignee: nobody → jelmer
milestone: none → 0.5.0
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.