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