[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: confusing E195012 error: Unable to find repository location.(when location exists)

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 15 Mar 2013 16:30:44 -0400

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 <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Received on 2013-03-15 21:31:18 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.