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

Re: authentication client caching

From: Jeff Eng <jge15_at_columbia.edu>
Date: 2004-07-22 22:48:59 CEST

Sure. A transcript of svn usage (with names changed to protect the
innocent) :

$ svn co svn+ssh://[blanked out net addr]/path/to/subversion/docs/ mycopy
Keyboard-interactive:
PAM authentication
Password:
A mycopy/development
A mycopy/development/guidlines.txt
A mycopy/development/versioning.html
A mycopy/development/img
A mycopy/development/img/ch04dia3.png
A mycopy/projects
A mycopy/projects/sundial
A mycopy/projects/sundial/1.1.txt
Checked out revision 34.
$ cd mycopy/
$ svn update .
Keyboard-interactive:
PAM authentication
Password:
At revision 34.
$ ls
development projects
$ cd development/
$ ls -l
total 44
-rw-rw-r-- 1 s_jeng s_jeng 12843 Jul 22 16:36 guidlines.txt
drwxrwxr-x 3 s_jeng s_jeng 4096 Jul 22 16:36 img
-rwxrwxr-x 1 s_jeng s_jeng 23980 Jul 22 16:36 versioning.html

$ svn log ./img
Keyboard-interactive:
PAM authentication
Password:
------------------------------------------------------------------------
r19 | jeff | 2004-07-15 10:54:09 -0400 (Thu, 15 Jul 2004) | 6 lines
- Added images and an img dir for version document
------------------------------------------------------------------------

$ ls ~/.subversion/auth -Ral
/home/jeff/.subversion/auth:
total 20
drwx------ 5 jeff jeff 4096 Jul 13 16:55 .
drwxrwxr-x 3 jeff jeff 4096 Jul 13 17:08 ..
drwxrwxr-x 2 jeff jeff 4096 Jul 13 16:55 svn.simple
drwxrwxr-x 2 jeff jeff 4096 Jun 10 12:23 svn.ssl.server
drwxrwxr-x 2 jeff jeff 4096 Jun 10 12:23 svn.username

/home/jeff/.subversion/auth/svn.simple:
total 8
drwxrwxr-x 2 jeff jeff 4096 Jul 13 16:55 .
drwx------ 5 jeff jeff 4096 Jul 13 16:55 ..

/home/jeff/.subversion/auth/svn.ssl.server:
total 8
drwxrwxr-x 2 jeff jeff 4096 Jun 10 12:23 .
drwx------ 5 jeff jeff 4096 Jul 13 16:55 ..

/home/jeff/.subversion/auth/svn.username:
total 8
drwxrwxr-x 2 jeff jeff 4096 Jun 10 12:23 .
drwx------ 5 jeff jeff 4096 Jul 13 16:55 ..

$ less ~/.subversion/config
### [.......]
### Section for authentication and authorization customizations.
### Set store-auth-creds to 'no' to avoid storing your subversion
### credentials in the auth/ area of your config directory.
### It defaults to 'yes'. Note that this option only prevents
### saving of *new* credentials; it doesn't invalidate existing
### caches. (To do that, remove the cache files by hand.)
[auth]
store-auth-creds = yes

### Section for configuring external helper applications.
### Set editor to the command used to invoke your text editor.
### This will override the environme................

$

Ben Collins-Sussman wrote:

>Can you please show us a transcript, rather than describing it?
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 22 22:49:21 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.