On 03/15/2013 03:58 PM, Daniel Shahaf wrote:
> C. Michael Pilato wrote on Fri, Mar 15, 2013 at 09:42:53 -0400:
>> The question is:  what is the very first revision for the directory which is
>> called "branch10" in HEAD?  You should be able to get the answer using this
>> command:
>>
>>    svn log -q -r1:HEAD --limit 1 https:\\...\branch10
> 
> Need to pass --stop-on-copy too

Well, actually, for the information I was seeking, --stop-on-copy *could*
yield misleading results.

However, your mentioning it does call to mind what *might* be happening -- a
history gap in the lineage of branch10 which straddles the revision of
interest (r11893).  In other words, if there's a revision which appears in
the output of `svn log -qv https:\\...\branch10` like:

   r11895 | ...

   Changed paths:
      A  ...branch10 (from /some/other/path, r11890)

where an object in a pre-11893 rev was copied in a post-11893 rev, that
would also produce this symptom.

-- 
C. Michael Pilato <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to