On 06/29/2011 08:07 AM, Julian Foad wrote:
> My question is about this case:
> 
>   $ svn copy SOURCE TARGET@HEAD
> 
> This case falls under the last sentence of point (C) above.  Issue #3651
> [3] claims that the 'HEAD' peg should be ignored in this case, and that
> claim is explicitly tested by copy_tests 62 [4].  (It is the only test
> that fails with the attached patch.)

Issue #3651 is wrong.  This command line should error out in the same way it
would had "HEAD" been any other revision.  HEAD is, by definition,  the
youngest revision in the repository.  Our revisions are immutable with
respect to key changes, and therefore cannot be the target of any write
operation (excepting revprop changes).

-- 
C. Michael Pilato <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to