Synchronizing two svn repositories with bzr. Is this possible?

Jelmer Vernooij jelmer at samba.org
Mon Feb 15 18:33:32 GMT 2010


Hi Josef,

On Mon, 2010-02-15 at 19:17 +0100, Josef Wolf wrote:
> I have two subversion repositories that contain mostly the same content.
> Just a couple of files are different in those repositories. Now, I'd like
> to "synchronize" those repositories. That is: if a change is committed
> into one of them, I'd like to merge (cherry-pick?) this commit into the
> other.
> 
> With git, it is possible to specify two (or even more) remote svn
> repositories and move patch sets this way. While this works, it is rather
> complicated to do with git. Maybe there's a way to work against multiple
> svn repositories with bazaar? Any ideas?
If I understand what you are trying to do correctly, this is indeed
possible. 

You would need to keep a local copy of the repository you are trying to
merge into. When a new commit is made into the first branch, you would
be able to cherrypick it like you would with a normal bzr branch. 

Cheers,

Jelmer

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20100215/bec85fc7/attachment.pgp 


More information about the bazaar mailing list