Subversion with Apache permission denied
From: Whos The JBoss <subversion_at_changethings.org>
Date: Tue, 30 Jun 2009 06:06:29 -0700 (PDT)
I have just installed Subversion and connected it with Apache. When I
<Location /svn>
I can access my all of my repos anonymously.
However, if I delete this and add just this location so that only one of my repos is available and with authentication required:
<Location /svn/myrepo>
When I visit localhost/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
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.