Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?
From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 29 Mar 2018 13:20:04 +0100
Bo Berglund <bo.berglund_at_gmail.com> writes:
> 1) Do I have to disable the hooks I put in place for sync during the
No, by default load does not invoke hooks. You can choose to invoke
> 2) What do I do about the two repos where I have already run an
If you want to load a dumpfile into these repositories then you need an
svnadmin dump --incremental -rN+1:head master
> If I erase these repos and recreate them empty can I repeat the
The master knows nothing about the mirror (except for any custom stuff
$ svnlook proplist --verbose --revprop -r0 ../mirror/apache-repo-fsfs
You can modify/delete this data using propset/propdel commands.
-- PhilipReceived on 2018-03-29 14:20:16 CEST |
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.