svn ls -R on paths with non ascii chars
From: Petter Åhbeck <petter.ahbeck_at_dehex.se>
Date: 2004-06-29 02:02:39 CEST
Hi,
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)
This means that if I try to do a recursive listing of the folder (or any
This only happens using the http: protocol, svn: and file: works OK.
Recipe:
cd /d d:\crap
*** Setup the folder structure ***
md temp\lstest\plaindir
svn import temp\lstest file:///d:/crap/svnlstest -m "Importing mixed tree"
*** Make accessible from Apache ***
Then testing gives this result:
*** Via file: ***
svn ls file:///d:/crap/svnlstest
svn ls file:///d:/crap/svnlstest -R
svn ls file:///d:/crap/svnlstest/lstest/r%c3%a4ksm%c3%b6rg%c3%a5s
*** Via http: ***
svn ls http://localhost/svn/svnlstest/lstest
svn ls http://localhost/svn/svnlstest/lstest/r%c3%a4ksm%c3%b6rg%c3%a5s
*** Note extra entry 'räksmörgås/'
svn ls http://localhost/svn/svnlstest/lstest -R
*** Once more 'räksmörgås' is doubled (and with % escaped to %25)
What is going on here? Misconfiguration or bug?
Please advise.
//Petter
---------------------------------------------------------------------
|
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.