On Wed, Jul 24, 2013 at 03:22:11PM -0400, Thomas Harold wrote: > What we might do once 1.8 server is stable is switch to doing the > new "incremental" style hotcopy on Mon-Sat evenings and do a full > hotcopy on Sun.
In Subversion 1.8, a full hotcopy is implemented as an incremental hotcopy into an emtpy target repository. There is no point in copying everything again on a Sunday because that just repeats work that's already been done.