You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "vamsi.hari" <va...@rediffmail.com> on 2008/04/21 11:15:38 UTC

Remote reopository sync

Hi All, 

I'm looking for a tool/script to keep two remote svn repositories in sync

to be in detail...

I've one team working in PlaceA and other team working in PlaceB, with two
different svn servers having same structure and content in it.

A job scheduled should be able to run a sync and post all the chages happend
in PlaceA to PlaceB and vice-versa

will this be possible with out using any other vcs like SVK, b/s I don't wan
to have something on  top of SVN

Regards, 
vhari
-- 
View this message in context: http://www.nabble.com/Remote-reopository-sync-tp16807257p16807257.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Remote reopository sync

Posted by John Peacock <jo...@havurah-software.org>.
vamsi.hari wrote:
> A job scheduled should be able to run a sync and post all the chages happend
> in PlaceA to PlaceB and vice-versa

This is not possible.  There is no way to automate resolving any 
conflicts due to commits made to both repos between syncs.  You /can/ 
elect one of the repositories as a master repository (use the one with 
better Internet access) and use svnsync to keep the slave in sync. 
Until 1.5 is released, you can use the following instructions:

http://www.rvo-consulting.com/2008/02/21/subversion-diy-write-through-proxy/

to make all writes go to the master repo (this would work with multiple 
slave sites BTW).

HTH

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org