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

Re: Could not open the requested SVN filesystem ...

From: Philipp Klein <philipp_klein_at_gmx.net>
Date: 2004-02-26 19:05:25 CET

Hi,

thanks for you answer.
> 1. you have a permissions problem. apache can't fully read/write the
> whole repository. look at the apache errorlog to see the "full" error
> message, and see if it says anything about permissions.
Which directory needs to have which permission?
I couldn't find anything about the permissions in the manual.

> 2. you typed the URL wrong.
I don't think so:
http://localhost:8080/svn/repos

> 3. you misconfigured your svn <Location> block.
I copied the block from the INSTALL file and i didn't modify anything.
Anyway, here it is:

--snip--
<Location /svn/repos>
        DAV svn
        SVNPath /home/phil/httpd/htdocs/sv/repos
</Location>
--snip--

Finally, here's the output of my error_log:
--snip--
[Thu Feb 26 19:04:29 2004] [error] [client xxx.xxx.xxx.xxx] (84)Invalid or
incomplete multibyte or wide character: Could not open the requested SVN
filesystem [500, #2]

Thanks in advance, phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 26 19:05:13 2004

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.