Urgent Help Required !!
From: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: 2006-12-28 11:40:05 CET
Hi,
I have installed subversion-1.4.2 on FC6.The problem is that while trying to access the repository over http it gives me an error.The steps are listed below
Apache Server version = Apache/2.2.3
1> mkdir /usr/local/svn
2> svnadmin create /usr/local/svn/repository
3> Now i created a passwd file using htpasswd utility (the file is placed as /usr/local/apache2/bin/passwd)
./htpasswd -c passwd himanshu_raina
4>Then i created a file called svnaccessfile wherein the following access was defined
/usr/local/svn/repository/conf/svnaccessfile
---------------------------------------------------------------------
[groups]
admin = himanshu_raina
# Default access rule for ALL repositories
# Everyone can read, admins can write, Dan German is excluded.
[/]
* = r
@admin = rw
---------------------------------------------------------------------
5> In apache.conf i have added the following
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath /usr/local/svn/
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /usr/local/apache2/bin/passwd
AuthzSVNAccessFile /usr/local/svn/repository/conf/svnaccessfile
Require valid-user
</Location>
The problem is when i access it using
http://myserver.com/svn
it prompts for id/password after which i get the following error.
Forbidden
You don't have permission to access /svn/ on this server.
Please advice as to what could be wrong.
regards
Himanshu Raina
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|
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.