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

Re: Locking issues

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-14 03:15:28 CEST

On Apr 13, 2005, at 8:08 PM, Philip Martin wrote:

> "D.J. Heap" <dj@shadyvale.net> writes:
>
>> So I should see repository lock info with 'svn info -rX wcpath'?
>
> The svn_client_info code checks the peg revision, so you need to use
>
> $ svn info wcpath@head
>
> not
>
> $ svn info -rhead wcpath
>
> Can anyone explain why the peg revision should be the one that
> matters?
>

'svn info' is behaving just like any other command that needs to locate
a repository object, isn't it? It's following copy-history just like
everything else. Are you saying it shouldn't?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 14 03:17:28 2005

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

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