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

RE: authentication challenge

From: Kevin Williams <kevin_w69_at_hotmail.com>
Date: 2004-03-09 22:47:08 CET

Robert,

>I am having trouble getting subversion to challenge the user to
>authenticate when performing any >operations.
....
>What I am expecting is to be challenged for a password whenever I attempt
>to access the >repository.

Perhaps you need "--no-auth-cache". By default, the Subversion client caches
your authentication so that you don't have to type it in each time. On Linux
you could alias "svn" to include "--no-auth-cache". An alternative would be
to rename "svn" to something else (svn.orig) and write a shell script called
"svn" that calls "svn.orig --no-auth-cache".

HTH,

Kevin

_________________________________________________________________
Fast. Reliable. Get MSN 9 Dial-up - 3 months for the price of 1!
(Limited-time Offer) http://click.atdmt.com/AVE/go/onm00200361ave/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 9 22:47:33 2004

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.