Apache Wiki wrote on Wed, Nov 02, 2011 at 16:49:37 -0000: > + Copy, by any convenient method (such as rsync or by physically shipping a > disk), the following parts of the mirror repository into the master > repository: > + > + * the 'db' subdirectory
It doesn't make any sense to copy the entire db/ directory. Instead of that the advice should be to dump or svnsync-from the known-good source. > + * optionally omit 'db/locks', 'db/transactions', 'db/txn-protorevs' as > they're not needed > + * optionally omit 'db/revprops' if you want to keep the master's revprops > + Don't copy rep-cache.db unless either no server is running or you've established an SQLite lock on it as with svn_sqlite__hotcopy()