3 ### The commented-out examples below are intended to demonstrate |
3 ### The commented-out examples below are intended to demonstrate |
4 ### how to use this file. |
4 ### how to use this file. |
5 |
5 |
6 ### Section for authentication and authorization customizations. |
6 ### Section for authentication and authorization customizations. |
7 [auth] |
7 [auth] |
8 ### Set password stores used by Subversion. They should be |
|
9 ### delimited by spaces or commas. The order of values determines |
|
10 ### the order in which password stores are used. |
|
11 ### Valid password stores: |
|
12 ### gnome-keyring (Unix-like systems) |
|
13 ### kwallet (Unix-like systems) |
|
14 ### keychain (Mac OS X) |
|
15 ### windows-cryptoapi (Windows) |
|
16 # password-stores = windows-cryptoapi |
|
17 ### |
|
18 ### The rest of this section in this file has been deprecated. |
|
19 ### Both 'store-passwords' and 'store-auth-creds' can now be |
|
20 ### specified in the 'servers' file in your config directory. |
|
21 ### Anything specified in this section is overridden by settings |
|
22 ### specified in the 'servers' file. |
|
23 ### |
|
24 ### Set store-passwords to 'no' to avoid storing passwords in the |
8 ### Set store-passwords to 'no' to avoid storing passwords in the |
25 ### auth/ area of your config directory. It defaults to 'yes', |
9 ### auth/ area of your config directory. It defaults to 'yes', |
26 ### but Subversion will never save your password to disk in |
10 ### but Subversion will never save your password to disk in |
27 ### plaintext unless you tell it to (see the 'servers' file). |
11 ### plaintext unless you tell it to (see the 'servers' file). |
28 ### Note that this option only prevents saving of *new* passwords; |
12 ### Note that this option only prevents saving of *new* passwords; |
36 ### caches. (To do that, remove the cache files by hand.) |
20 ### caches. (To do that, remove the cache files by hand.) |
37 store-auth-creds = yes |
21 store-auth-creds = yes |
38 |
22 |
39 ### Section for configuring external helper applications. |
23 ### Section for configuring external helper applications. |
40 [helpers] |
24 [helpers] |
41 ### Set editor-cmd to the command used to invoke your text editor. |
25 ### Set editor to the command used to invoke your text editor. |
42 ### This will override the environment variables that Subversion |
26 ### This will override the environment variables that Subversion |
43 ### examines by default to find this information ($EDITOR, |
27 ### examines by default to find this information ($EDITOR, |
44 ### et al). |
28 ### et al). |
45 # editor-cmd = editor (vi, emacs, notepad, etc.) |
29 # editor-cmd = editor (vi, emacs, notepad, etc.) |
46 ### Set diff-cmd to the absolute path of your 'diff' program. |
30 ### Set diff-cmd to the absolute path of your 'diff' program. |