[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion Mirror Problems

From: Sam Hamilton <shamilton444_at_hotmail.com>
Date: Thu, 6 Mar 2008 05:49:29 -0800 (PST)

Hi All,

I have been creating a mirror repository by following the Repository
Replication section in the Subversion Manual but rather than just having one
user being able to update the repository and replicate the changes to the
mirror, I want every user.

I have edited the following hook scripts on the mirror repository:

pre-revprop-change.bat
rem Only allow log messages to be changed
exit 0

start-commit.bat
rem Only allow log messages to be changed
exit 0

I have edited the following hook scripts on the source repository:

post-revprop-change.bat
rem Sync mirror with source repository after each commit
svnsync synchronize <Mirror Repository Location>

postcommit.bat
rem Sync mirror with source repository after each commit
svnsync synchronize <Mirror Repository Location>

Each time I now do a commit on the source repository, I receive the error
message "MERGE request failed..". My scripts all run on their own and I am
able to run the svnsync synchronize command on both the source and mirror
servers. The user name I am using is also on both the repositories and has
the same password.

Does anyone have any ideas on what I might be doing wrong?

-- 
View this message in context: http://www.nabble.com/Subversion-Mirror-Problems-tp15873125p15873125.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-06 14:50:13 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.