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

Re: [Subclipse-users] prompting for password multiple times

From: Jim Amsden <jamsden_at_us.ibm.com>
Date: 2007-01-22 18:09:52 CET

The problem is that the Subversion directory is not being created and the
keyring file for eclipse doesn't exist. You need to use some other
Subversion client once to get the config folder and files created
properly.

"Praveen K" <Praveen.K@indussoft.com>
01/22/2007 09:38 AM
Please respond to
users@subclipse.tigris.org

To
<users@subclipse.tigris.org>
cc

Subject
[Subclipse-users] prompting for password multiple times

 
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 18:08:32 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.