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

svn ls -v not showing locks with some URLs

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-02-14 18:06:35 CET

Hi,

I guess this says all:

$ svnadmin create repo
$ svn co file:///d:/test/repo wc
$ cd wc
$ svn mkdir "test folder"
$ echo test > "test folder\testfile"
$ svn add "test folder\testfile"
$ svn ci -m ""
$ svn lock "test folder\testfile"
$ svn ls -v -R file:///d:/test/repo
1 kueng Feb 14 18:03 test folder/
1 kueng O 7 Feb 14 18:03 test folder/testfile

But:
$ svn ls -v -R file:///d:/test/repo/test%20folder
1 kueng 7 Feb 14 18:03 testfile

The lock information is lost!

This is with
$ svn --version
svn, Version 1.3.0 (r17949)

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 14 18:08:01 2006

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.