On Fri, Mar 21, 2008 at 1:10 AM, Ryan Schmidt
<subversion-2008a_at_ryandesign.com> wrote:
>
> On Mar 20, 2008, at 09:33, Victor Engmark wrote:
>
> > How would you check out a repository created with the command
> > $ svnadmin create "æ ø å"
> > via HTTP(S)?
> >
> > I've tried the following:
> > $ svn co "https://example.org/svn/%c3%a6 ø å"
> > svn: PROPFIND request failed on '/svn/%C3%A6%20%C3%B8%20%C3%A5'
> > svn: Could not open the requested SVN filesystem
> >
> > This works fine for other repositories:
> > $ svnadmin create "a b c"
> > $ svn co "https://example.org/svn/a b c"
> > Checked out revision 0.
> >
> > My shell uses UTF-8 encoding:
> > $ set | grep LANG
> > GDM_LANG=en_US.UTF-8
> > LANG=en_US.UTF-8
>
> If this is a set of repositories served using SVNParentPath, then
> browse to https://example.org/svn in a web browser and copy the link
> to the æ ø å repository.
I don't have a web interface to the server (I get a "403: Forbidden"
message at https://example.org/svn).
--
Victor Engmark
Received on 2008-03-21 07:54:57 CET