Re: Locking issues
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-14 03:28:52 CEST
Ben Collins-Sussman <sussman@collab.net> writes:
> 'svn info' is behaving just like any other command that needs to
Perhaps you misunderstood, it doesn't matter what revision I pass as
$ svn info -rhead wcpath
doesn't show repository locks, but
$ svn info wcpath@head
does show them. Using a numeric revision
$ svn info wcpath@N
doesn't show repository locks, even when N is the same as head.
$ svn info -rN wcpath@head
does show repository locks even when N is not the same as head.
I find that behaviour surprsising, I would expect the peg revision to
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Apr 14 03:29:42 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.