Using: subversion 1.1.1 and apache 2.0.50 on FC1
I compiled svn 1.1.1 and mod_dav_svn from source. The svn:// URL schema works fine, but I'm having problems accessing the repository using http.
HTTP authentication also works. /repos/pow/db is readable and writeable by the "apache" user




Here's the error message:

svn: PROPFIND request failed on '/svn'
svn: PROPFIND of '/svn': 500 Internal Server Error (http://xxxxxxxxxxx.xxxx.com)


And here's my config file

LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so

<Location /svn>
  DAV svn
  SVNPath /repos/pow

     AuthType Basic
     AuthName "Authorization Realm"
     AuthUserFile /etc/svn-auth-file
     Require valid-user
</Location>



--
Paolo Dizon
System Administrator
Exist Software Labs
1907, The Orient Square
Emerald Avenue, Ortigas Center
Pasig City 1605
Philippines
+632.687.7653
+63.927.8775262
[EMAIL PROTECTED]
www.exist.com

--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to