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

Re: Problem With Basic HTTP Authentication

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-31 22:07:15 CET

On Jan 30, 2007, at 11:50, Jun Victorio wrote:

> <Location /starsvn>
> DAV svn
> SVNListParentPath on
> SVNParentPATH c:/starcom.svnroot/
> SVNIndexXSLT "/svnindex.xsl"
> #AuthzSVNAccessFile bin/apachesvnauth
> AuthType Basic
> AuthName "Starcom Repository"
> AuthUserFile svn-auth-file
> # For any operations other than these, require an authenticated user
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid_user
> </LImitExcept>
> </Location>
>
> With this configuration I can checkout the code, but when I check--
> in, it
> will prompt me for my user name and password (which is what I want)
> but when
> I tried to say ok, it just pops up the same window. It does not
> tell me if
> the username and/or password is incorrect, it just keeps poping that
> authentication window and will not allow me to check-in. If I
> commented the
> directive "AuthUserFile..." I can checkin my code but without the
> authentication window. I don't know what I'm doing wrong or what
> I'm not
> doing. Can anyone please help me.

Use the absolute path to the AuthUserFile, like:

AuthUserFile c:/complete/path/to/svn-auth-file

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 31 22:08:58 2007

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.