Mirror bzr branch in svn
I want to mirror my bzr brach in svn so that people without bazaar can view it. I tried the following to test it out, but it doesn't work:
$ cd ~/workspace/remark # my bzr brach
$ svnadmin create ~/tmp/svn
$ bzr push file://
This transport does not update the working tree of: file://
bzr: ERROR: libsvn.
<python traceback and such which pretty much says the same thing>
Is this a bug, or is there something wrong with my approach to the problem? I'm using python 2.5.1.final.0, bzr 0.15.0, bzr-svn 0.32 on ubuntu 7.04.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Alan Trick for more information if necessary.