[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] prompting for password multiple times

From: Praveen K <Praveen.K_at_indussoft.com>
Date: 2007-01-22 15:38:26 CET

 
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

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.