You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Somashekarappa, Anup (CWM-NR)" <an...@rbc.com> on 2014/07/28 20:45:03 UTC

Master Slave setup


Hi,

I am trying to setup Master-Slave setup and facing some issue.

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.

I have configured to pre-revprop-change hook file as well.



Thanks,
Anup T S



______________________________________________________________________

This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential.
Unauthorised use or disclosure is prohibited. If you receive this e-mail in error, please advise immediately
and delete the original message. This message may have been altered without your or our knowledge
and the sender does not accept any liability for any errors or omissions in the message.

Emails are monitored by supervisory personnel in jurisdictions where monitoring is permitted. 
Such communications are retained and may be produced to regulatory authorities or others with legal rights to the information.

Re: Master Slave setup

Posted by Andreas Stieger <an...@gmx.de>.
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