You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@red-bean.com> on 2006/01/02 23:51:06 UTC

'svn ls -v' showing remote locks?

svn 1.3 claims that 'svn ls -v URL' now shows remote lock information
(issue #2291).  Our CHANGES file lists it as a client-side
enhancement.  Yet my trunk client doesn't seem to demonstrate this
feature against a 1.2 repository.

My working copy says:

$ svn st -u
     O         11   PHI/BIT/FS/End Notes/3 Floretta - endnotes (CM).doc
     O         11   PHI/BIT/FS/End Notes/7 I Can't Do The Sum - FS notes.doc
     O         11   PHI/BIT/FS/End Notes/5a Chorus Exit - FS notes.doc
     O         11   PHI/BIT/FS/End Notes/5b Scene Change - FS notes.doc
     O         11   PHI/BIT/FS/End Notes/2 Never Mind Bo Peep -
endnotes (CM).doc
     O         11   PHI/BIT/FS/End Notes/7a Encore - FS notes.doc
     O         11   PHI/BIT/FS/End Notes/2a Alan's Entrance - FS notes.doc
     O         11   PHI/BIT/FS/End Notes/1 Prologue And Country Dance
- FS notes.doc
     O         11   PHI/BIT/FS/1 Prologue And Country Dance - FS.mus
Status against revision:     11

So there are a bunch of remote locks ("O").  But when I run:

$ svn info
Path: .
URL: http://svn.red-bean.com/trickybox
[...]
$ svn ls -v http://svn.red-bean.com/trickybox/PHI/BIT/FS/End%20Notes/
      1 sussman        270848 Dec 20 21:39 1 Prologue And Country
Dance - FS notes.doc
      8 cmoore         261632 Dec 22 11:04 3 Floretta - endnotes (CM).doc
[...]

The listing looks normal, but I don't see any mention of remote-lock
information on any line.

Is a 1.3 server required for this feature?  Is CHANGES incorrect about
it being client-only?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org