Hello im new to subversion.
i had configured Subversion on windows 2000 professional with Apache2
and also installed eclipse plugin for subversion (subeclipse ).I had
tried to configure path based authorization.now Issue is it is prompting
for password multiple times.Is there any way that the password is
prompted once on connecting and cache it only for that session.
My configuration file are as follows.
httpd.conf
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath D:\CVS_WORK\Projects
#SVN Access policy file
AuthzSVNAccessFile svnaccessfile
Satisfy Any
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
#Authenticate a user using apache
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
</Location>
svnaccessfile
[groups]
admin = administrator
developer=praveen
[/]
*=r
[Espace:/trunk]
@admin=rw
@developer=rw
[Espace:/branches]
@admin=rw
Am i doing the right way?
Regrds
praveen
Received on Mon Jan 22 15:41:30 2007