Convert bzr repo to svn

Asked by Ivan Korotkov

How do I convert existing Bazaar repository to a SVN repo?
Creating empty svn repo and then doing bzr pull in it doesn't work: I get
bzr: ERROR: Empty branch already exists at /trunk. Specify --overwrite or remove it before pushing.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Ivan Korotkov
Solved:
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

And using --overwrite doesn't work?

Revision history for this message
Ivan Korotkov (twee) said :
#2

Doesn't, but I already found solution -- one must do bzr push to <path to svn repo>/trunk.