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

RE: svnadmin pack vs hotcopy --incremental

From: Myron A. Semack <msemack_at_rtd.com>
Date: Mon, 4 Aug 2014 12:46:06 -0400

> If you don't pack and hotcopy concurrently, it's perfectly safe.
>
> If you pack and hotcopy concurrently, it's almost safe.
> There is a known problem with concurrent hotcopy and pack, the fix for which
> isn't released yet, I believe. Details here: http://svn.apache.org/r1605633

What about the --incremental option? Any problems using it in conjunction with pack?

My basic plan for the nightly housekeeping script is:

        svnadmin verify %repopath%
        svnadmin pack %repopath%
        svnadmin hotcopy %repopath% %backupdir% --incremental

I should end up with a properly packed hotcopy at the end, right?

Sincerely,
Myron A. Semack
 
Received on 2014-08-04 18:46:45 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.