Hi, On 28/07/14 19:45, Somashekarappa, Anup (CWM-NR) wrote: > When I remove the SVNMasterURI _http://subversion.dev.***.com/svn_ from > slave configuration file then the sync from master to slave will happen > successfully. > > But when I enable the SVNMasterURI _http://subversion.dev.***.com/svn_ > then I am getting the below error. > > svnsync: E17502: Error setting property 'sync-lock':
The target URL of the svnsync call must be a different location (as in Apache httpd location), otherwise you trigger circular commits. You must configure two locations on the slave: 1. Regular with SVNMasterURI 2. One without SVNMasterURI to receive svnsync calls, for sync user only Andreas