Creating a Bazaar branch from an offline SVN working copy?

Posted by Igor Brejc on Stack Overflow See other posts from Stack Overflow or by Igor Brejc
Published on 2010-06-17T19:49:58Z Indexed on 2010/06/17 19:53 UTC
Read the original article Hit count: 287

Filed under:
|
|
|

I'm doing some offline development on my SVN working copy. Since I won't have access to the SVN repository for a while, I wanted to use Bazaar as a helper version control to keep the intermediate commit history before I commit everything back to the SVN repository. Is this possible?

When I try to create a branch using TortoiseBZR from the SVN working copy, it wants to access the SVN repository, which is a problem.

© Stack Overflow or respective owner

Related posts about svn

Related posts about dvcs