Re: Recommended method to keep an svn mirror in sync per commit?

2019-08-10 Thread Branko Čibej
On 10.08.2019 21:57, Ryan Schmidt wrote: > And you'll want the spawned task to be a wrapper script around svnsync that > somehow ensures (with some kind of lock?) that only one copy of the script is > running at a time. 'svnadmin freeze' on the target repository would do that. -- Brane

Re: Recommended method to keep an svn mirror in sync per commit?

2019-08-10 Thread Ryan Schmidt
On Aug 9, 2019, at 13:45, Ron T wrote: > Hi, What is the recommended method to keep an svn mirror in sync each time a > user commits? I have about 20 users posting commits throughout the day and I > would like to have the svn mirror duplicate or copy the current commit from > the source

Recommended method to keep an svn mirror in sync per commit?

2019-08-09 Thread Ron T
Hi, What is the recommended method to keep an svn mirror in sync each time a user commits? I have about 20 users posting commits throughout the day and I would like to have the svn mirror duplicate or copy the current commit from the source repo. I've tried putting this line in the source repo