[email protected] wrote on Thu, Jul 22, 2010 at 17:44:41 -0000:
> Author: rhuijben
> Date: Thu Jul 22 17:44:41 2010
> New Revision: 966770
>
> URL: http://svn.apache.org/viewvc?rev=966770&view=rev
> Log:
> Replace the file-move loggy operation with a file-move wq operation.
>
> This to move away from loggy and to fix some cross directory
> issues on using adm_abspath, when running with a single-db.
So the work queue (which, IIUC, replaces loggy) uses absolute paths?
How would this affect
% svn break-the-wc /path/to/wc
svn: an error occured; run 'svn cleanup'
% /bin/mv /path/to/wc /elsewhere
% svn cleanup /elsewhere
?
Daniel
(if it's documented, I'll appreciate a pointer to the docs, thanks.)