On 6/30/11 12:21 AM, Thorsten Schöning wrote:
In general, I would advice not using third party software, too. svnsync works on a differential basis as only fully commits get synced. If your third party software would be a good tool for backup, it would not have a problem with ADS in my opinion.
One approach would be to use svnsync to keep a copy of the real repo somewhere else (a different drive on the same machine or some other nearby machine) running it fairly frequently - then make sure it does not run while the 3rd party software backs up the svnsync copy. That should give you a consistent copy - but be aware that svnsync doesn't copy the config or hooks and doesn't check for property changes in already copied revisions.
-- Les Mikesell lesmikes...@gmail.com