svn-import command broken in development branch

Bug #122109 reported by Andrew Bennetts
2
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
High
Jelmer Vernooij

Bug Description

The svn-import is trivially broken in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev/ at the moment. Here's a trivial fix:

=== modified file 'convert.py'
--- convert.py 2007-06-25 00:34:58 +0000
+++ convert.py 2007-06-25 12:45:20 +0000
@@ -97,6 +97,7 @@
             dirs[path] = format.initialize_on_transport(nt)
         return dirs[path]

+ source_repos = BzrDir.open(source_repos).open_repository()
     source_repos.set_branching_scheme(scheme)

     if create_shared_repo:

Revision history for this message
Andrew Bennetts (spiv) wrote :

Although I suspect the right fix is actually to fix the caller in __init__?

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

Fixed in bzr. It was indeed the caller, we need more blackbox tests....

Changed in bzr-svn:
assignee: nobody → jelmer
importance: Undecided → High
status: New → 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.