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
Received on Fri Mar 5 17:26:58 2004