[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: D.J. Heap <dj_at_shadyvale.net>
Date: 2005-04-14 02:49:20 CEST

Ben Collins-Sussman wrote:
[snip]
> Running 'svn info -rX wcpath' and 'svn info -rX URL' are equivalent:
> they both give you information about a certain version of a file in the
> repository. If the latest version of the file happens to be locked in
> the repository, you'll see lock info as well. The '-rX' argument is
> irrelevant in this case; a lock is a floating piece of metadata that
> always applies to a path, regardless of revision. The '-rX' argument
> *does* affect the other information printed, however, such as the last
> author, last changed rev, etc.

So I should see repository lock info with 'svn info -rX wcpath'?
Currently, it doesn't show it -- only the full url version
does...knowing that 'svn info wcpath' just spits out local info is why I
thought to try the -r on a wcpath to force it to contact the repo and
give me the lock info...but it didn't work.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 14 02:50:21 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.