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

Re: svn ls -v not showing locks with some URLs

From: Peter Lundblad <peter_at_famlundblad.se>
Date: 2006-03-01 23:51:42 CET

Stefan Küng writes:
> 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 now fixed in r18668 on a backport branch and proposed for backport for 1.3.1.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 1 23:52:19 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.