You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Gayle, Sean" <Se...@acs-inc.com> on 2004/03/05 16:26:10 UTC

Apache Browsing Error

Hey good people,
 
I'm trying to migrate to Subversion .037. I'm running it on RedHat 7.3. I
just grabbed all of the binaries and RPM -ivv 'd them. 
I tried to setup a repos and network server with Apache2. All seemed to
setup just fine but I keep getting this error in my error log when I try to
browse from a web browser:
 
[Wed Mar 03 16:44:03 2004] [error] [client 138.69.18.86] (20014)Error string
not specified yet: Can't open file '/home/kidstar/svn/newrepos/format':
Permission denied
[Wed Mar 03 16:44:03 2004] [error] [client 138.69.18.86] Could not fetch
resource information.  [500, #0]
[Wed Mar 03 16:44:03 2004] [error] [client 138.69.18.86] Could not open the
requested SVN filesystem  [500, #13]
[Wed Mar 03 16:44:03 2004] [error] [client 138.69.18.86] (84)Invalid or
incomplete multibyte or wide character: Could not open the requested SVN
filesystem  [500, #13]
 
Here is my httpd.conf info:
 
(note this is the last module I load...)
 
LoadModule dav_svn_module modules/mod_dav_svn.so
 
 
# Subversion Location info
<Location /svn>
        DAV svn
        SVNPath /home/kidstar/svn/newrepos
        AuthType Basic
        AuthName "Subversion repository"
        AuthUserFile /etc/svn-auth-file
        Require valid-user
</Location>
 
Any Ideas folks?
 
Regards,
Sean
 

Re: Apache Browsing Error

Posted by Ben Collins-Sussman <su...@collab.net>.
On Fri, 2004-03-05 at 10:26, Gayle, Sean wrote:

> 
> [Wed Mar 03 16:44:03 2004] [error] [client 138.69.18.86] (20014)Error
> string not specified yet: Can't open file
> '/home/kidstar/svn/newrepos/format': Permission denied

Fix your permissions problem.  Apache obviously doesn't have full
read/write perms on the entire svn repository.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org