On Thu, 02 Dec 2004 08:48:33 -0800, Paolo Dizon <[EMAIL PROTECTED]> wrote: > 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
Is /repos/pow/dav also readable/writeable by 'apache'? mod_dav_svn uses that directory to help perform its job. > > 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 [snip] When accessing SVN from WebDAV/Apache via mod_dav_svn, Subversion does usual logging in the Apache error log. That should give you a clue to what's wrong. Also, you might want to try emailing the Subversion users' list[1], as there are more knowledgeable people there [1] [EMAIL PROTECTED] -- JM Ibanez -- A Law of Computer Programming: Make it possible for programmers to write in English and you will find the programmers cannot write in English. ----- http://www.livejournal.com/~jmibanez/ http://www.mycgiserver.com/~butiki/ -- 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
