> 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