How to export a bazaar branch into a new subversion repository and then pull/push from it
问题 I've been working on a project, using Bazaar as a version control system. Now I have to work with people offshore, and they only want to use SVN. What I have: My bazaar branch with its files and revisions. A brand new subversion repository. What I want: My bazaar branch with its files and revisions. The subversion repo with the same files and revisions (includings dates and commit messages). Being able to pull / push from/to the SVN using bzr . I managed to copy the branch into the svn repo