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

Re: issue: space in file name prevents svn info from showing locked status

From: Ben Reser <ben_at_reser.org>
Date: 2006-05-23 10:58:15 CEST

On 5/22/06, Ben Reser <ben@reser.org> wrote:
> Replicated on trunk and issue located. Patch should be forthcoming in
> a short while.

Fixed on trunk in r19777.

This was actually a library bug. It doesn't replicate in other
clients likely because it doesn't show when you directly run info on
the single file. However if you find the file with a URI unsafe name
via recursion then it will replicate with any client. Basically, when
we recurse we get the locks for the children all at once and they get
put into a hash. However, when we looked to see if a file had locks
we weren't decoded the URI file name and the hash key was decoded.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 23 10:58:42 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.