push cannot do --create-prefix for subversion branches

Bug #65138 reported by Aaron Bentley
4
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Low
Jelmer Vernooij

Bug Description

David Cournapeau reports that pushing into Subversion when there's no existing subversion branch does not work:

if I try a bzr push svn://localhost/package_name/branches (I have a svnserver running on my computer locally to test bzr <-> svn), I get an exception about SvnRaTransport.mkdir not being implemented from the bzr.svn plugin.

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

That should never work - you'd want to push into:

svn://localhost/package_name/branches/branchname

and that works.

However, I agree that the error message should be clearer and that --create-prefix should work as well.

Jelmer Vernooij (jelmer)
Changed in bzr-svn:
assignee: nobody → jelmer
importance: Undecided → Low
status: Unconfirmed → Confirmed
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

SvnRaTransport.mkdir() has been implemented.

Changed in bzr-svn:
status: Confirmed → Fix Committed
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Fix Committed → 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.