Comment 19 for bug 250480

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

Create a new Bazaar branch from the branch in Subversion and then pull in your existing bzr branch from there.

If your existing bzr branch is named foo:

$ bzr svn://svn.example.com/bar/trunk bar
$ cd bar && bzr pull ../foo
$ rm -rf ../foo