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

Re: auth question

From: Scott Lenser <slenser_at_gs104.sp.cs.cmu.edu>
Date: 2002-02-19 23:46:22 CET

> Scott Lenser <slenser@gs104.sp.cs.cmu.edu> writes:
>
> > I set up basic auth with a username and password, but find it
> > kind of irritating to randomly (well, random to me) be asked for the
> > username and password occasionally.
>
> When the client provides a username/password to neon, and neon
> successfully authenticates, the info is cached (recursively) in
> .svn/auth/. So if you, say, commit from the very top of your working
> copy, you'll only have to enter your password exactly once, and then
> never again.
>

Hmm, this isn't the behavior I'm seeing. I checked in a small bit of code
where all files where under one directory (repos/code). I ran several
different commands sort of trying things out and had to authenticate user
name and password about 5 times. The rough order I did things was:

svn co http://servername/repos/code
cd code
svn status -vu .
edit local_file1
svn commit
svn status -vu .
svn update
edit local_file2
svn status -vu .
svn commit
svn status -vu .
svn update
svn status -vu .
svn status -vu .
svn cp local_file3 new_file4
sv status -vu .
svn commit
sv status -vu .
svn update
svn status -vu .

I didn't notice any correlation with time on when it asked. Since it's
supposed to cache the username/passwd stuff, I'll look into figuring
out when it asks and when it doesn't.

- Scott Lenser

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 2006

This is an archived mail posted to the Subversion Dev mailing list.

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