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