Re: Sync-ing two SVN repositories

2015-07-22 Thread Nico Kadel-Garcia
On Wed, Jul 22, 2015 at 4:04 AM, Branko Čibej wrote: > On 22.07.2015 02:41, Nico Kadel-Garcia wrote: >> On Tue, Jul 21, 2015 at 3:58 AM, Andreas Stieger >> wrote: >> Even if you have two repositories that are identical to each other, one of them will need to be designated the "master"

Re: Sync-ing two SVN repositories

2015-07-22 Thread Branko Čibej
On 22.07.2015 02:41, Nico Kadel-Garcia wrote: > On Tue, Jul 21, 2015 at 3:58 AM, Andreas Stieger > wrote: > >>> Even if you have two repositories that are identical to each other, one of >>> them will need to be designated the "master", and that will be the one that >>> all commits are made to.

Re: Re: Sync-ing two SVN repositories

2015-07-22 Thread Andreas Stieger
"Nico Kadel-Garcia" wrote: > > Best approach in the svn space for Mani would be vendor branches based on > > the information shared. > > Or investing in a genuine multi-master version of Subversion, which > Wandisco sells. Simply spending some money instead of investing in > hours of hacking and

Re: Re: Sync-ing two SVN repositories

2015-07-21 Thread Nico Kadel-Garcia
On Tue, Jul 21, 2015 at 3:58 AM, Andreas Stieger wrote: >> Even if you have two repositories that are identical to each other, one of >> them will need to be designated the "master", and that will be the one that >> all commits are made to. >> >> Subversion is a one-central-repository system. >

Aw: Re: Sync-ing two SVN repositories

2015-07-21 Thread Andreas Stieger
Hello, > On Jul 20, 2015, at 10:08 AM, Mani Raju wrote: > > > My company & vendor planning to maintain 2 independent SVN > > repositories(URLs & server names are different) & need to merge between 2 > > repositories. > > > > Is SVN 1.8 support merging between 2 repos at trunk or branch level?

Re: Sync-ing two SVN repositories

2015-07-21 Thread Ryan Schmidt
On Jul 20, 2015, at 10:08 AM, Mani Raju wrote: > My company & vendor planning to maintain 2 independent SVN repositories(URLs > & server names are different) & need to merge between 2 repositories. > > Is SVN 1.8 support merging between 2 repos at trunk or branch level? > Is any tool provides a

Re: Sync-ing two SVN repositories

2015-07-20 Thread Eric Johnson
Sounds like you want to use an approach called "vendoring". http://svnbook.red-bean.com/en/1.7/svn.advanced.vendorbr.html Effectively, you get dumps from the "vendor", and vice-versa(?). You shouldn't care / need to care what their source looks like, or even where it comes from. You just want to