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

Re: File is listed but cannot be accessed

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Sat, 30 Aug 2008 17:12:37 -0500

On Aug 29, 2008, at 1:45 PM, Juergen Weber wrote:

> I tried JSPWiki using subversion as backend using svnkit (Pages are
> only text files).
>
> When there is a German Umlaut in the page name, the page cannot be
> renamed.
>
> With svn it looks like this (svnkit changed the "Blöd" page name to
> Bl%C3%B6d.txt)
>
> $ svn --verbose list http://elisa/svn/wikitest/jspwiki|grep Bl
> 4309 jspwiki 7 Aug 29 18:12 Bl%C3%B6d.txt
> $ svn copy http://elisa/svn/wikitest/jspwiki/Bl%C3%B6d.txt .
> svn: Path 'http://elisa/svn/wikitest/jspwiki/Bl%C3%B6d.txt' not found
> in revision 4309

That looks like the correct percent-encoded UTF-8 name.

> Strange.
>
> When I access the repository I can access the file as
>
> http://elisa/svn/wikitest/jspwiki/Bl%25C3%25B6d.txt

That looks like a double-percent-encoded URL, which should not be
done. Sounds like JSPWiki has a bug when adding and viewing (but not
when renaming) pages. I would recommend reporting this bug to the
developers of JSPWiki.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-31 00:12:59 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.