-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Max Bowsher schrieb:
| Douglas Bates wrote:
|
|>I am using the subversion package for Debian GNU/Linux unstable on a
|>system that mostly runs the testing distributiuon.
|>
|>ii subversion 1.0.3-1 Advanced version control system (aka.
|
| svn)
|
|>Apache2 runs as user www-data.
|
|>As user www-data I can run svnadmin on the path /svn/Rlibs. However,
|>any operations that try to access the archive through the URI
|>http://bates4.stat.wisc.edu:2180/Rlibs get errors of the form
|>
|>/home/bates/src/Rlibs/lme4 $ svn up
|>svn: PROPFIND request failed on '/Rlibs/trunk/lme4'
|>svn: PROPFIND of '/Rlibs/trunk/lme4': 405 Method Not Allowed
|>(http://bates4.stat.wisc.edu)
|>
|>P.S. Please cc: me on replies. I am not currently on this mailing
|>list although I have tried to subscribe.
|
|
| Sounds like mod_dav_svn isn't configured correctly, so apache is getting a
| DAV method on a non-DAV URL and so failing.
|
| Max.
Hi,
with SuSE 9.1 I the following code in httpd.conf to access my repositories:
<Location /svn/repos/test>
~ DAV svn
~ SVNPath /srv/svn/repos/test/
</Location>
Where SVNPath is the path on my filesystem.
Have you loaded mod_dav and mod_dav_svn ?
And: Does your Apache2 really run as user www-data?
Paul
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1-nr1 (Windows 2000)
iD8DBQFAxG3AvlzXJuk76fMRAp8EAKCYo9PfW0QMOGMIImaExAvMX0NBMQCeIx1s
BySE/kbjVBfEaoMz87FGXEo=
=6SzE
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 7 15:31:00 2004