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

Re: svn ls -R on paths with non ascii chars

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-07-03 23:01:06 CEST

On Tue, 29 Jun 2004, Petter Åhbeck wrote:

> I'm experiencing some strange problems with paths with swedish chars.
>
> If I try a 'svn ls' on a path with (properly URI encoded/escaped)
> swedish chars I get a listing of the folder content but I also get one
> entry for the folder itself.
>
[...]

> *** Via http: ***
>
> svn ls http://localhost/svn/svnlstest/lstest
> plaindir/
> räksmörgås/
>
> svn ls http://localhost/svn/svnlstest/lstest/r%c3%a4ksm%c3%b6rg%c3%a5s
> plainchar.txt
> räksmörgås/
> subdir/
> swecharåäö.txt
>
> *** Note extra entry 'räksmörgås/'
>
> svn ls http://localhost/svn/svnlstest/lstest -R
> svn: PROPFIND request failed on
> '/svn/svnlstest/!svn/bc/1/lstest/r%C3%A4ksm%C3%B6rg%C3%A5s/r%25C3%25A4ksm%25C3%25B6rg%25C3%25A5s'
> svn:
> '/svn/svnlstest/!svn/bc/1/lstest/r%C3%A4ksm%C3%B6rg%C3%A5s/r%25C3%25A4ksm%25C3%25B6rg%25C3%25A5s'
> path not found
>
> *** Once more 'räksmörgås' is doubled (and with % escaped to %25)
>
Yes, this is double URI-encoding...

> What is going on here? Misconfiguration or bug?
>
It has to be a bug somewhere. Could you file an issue for this in the
issue tracker please?

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 3 22:49:35 2004

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.