s...@apache.org wrote on Sat, Nov 19, 2011 at 18:34:53 -0000:
> Author: stsp
> Date: Sat Nov 19 18:34:52 2011
> New Revision: 1204035
> 
> URL: http://svn.apache.org/viewvc?rev=1204035&view=rev
> Log:
> On the moves-scan-log branch, change the way data about server-side moves
> is returned from the log history scanner. 
> 
> Before this change, a given sequence of moves which happened in
> given revisions, such as:
>   rA: mv x->z

To clarify, by 'mv' do you mean only sequences of the form:

    % svn log -qv -r N
    D     foo
    A     bar (copied from foo@r{N-1})

or does the branch also handle other combinations of deletes and
adds-with-copyfrom?

Reply via email to