Subversion with Apache on CentOS
From: whostheJBoss <dotfusion_at_changethings.org>
Date: Tue, 30 Jun 2009 05:27:12 -0700 (PDT)
I have just installed Subversion and connected it with Apache. When I
<Location /svn>
I can access my repos anonymously.
However, if I delete this and add:
<Location /svn/myrepo>
When I visit myserver.com/svn/myrepo I am prompted for a password. If
So, I can hit svn/myrepo anonymously, but when using auth I can't.
If I try:
svn list http://localhost/svn/myrepo I get:
svn: PROPFIND request failed on '/svn/myrepo'
The owner of my srv/svn is apache.apache
Any help here would be great, thanks!!!
I am running Apache 2.2. on CentOS 5.3
------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.