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

Re: Keeping a hot/live FSFS repo for failover

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-10-30 18:03:40 CET

On 10/30/06, Kyle Kline <kyle.kline@gmail.com> wrote:
> Thanks all for the responses. SVNSync works well for this purpose.
>
> A quick Q though -- I notice that when locally run on the mirror side
> (backup repo server), the svnsync also seems to run the post-commit script
> hook (desired behavior for me, I append to a dump file) -- ie
> svnsync sync file:///c:/svn/myrepo
>
> However, if I trigger the sync from the primary (like in a post-commit), the
> post-commit script does not seem to be run on the remote mirror box -- ie
> svnsync sync http://svnbackup.domain.com/myrepo
>
> Any thoughts? Or is that for a separate thread?

It should always be running post-commits on the destination
repository, svnsync uses exactly the same mechanism to do the commit
as svn does, there should be no difference.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 30 18:05:02 2006

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.