myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit e1a9bc9f9ea00a7aca456d4ca967dea52c1a3a3a
parent 731c089f0feb80f73eb328b201fdb8b24d357df3
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 15 Sep 2020 16:20:17 +0200

store subversion passwords

Diffstat:
subversion/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subversion/config b/subversion/config @@ -10,7 +10,7 @@ ### Note that this option only prevents saving of *new* passwords; ### it doesn't invalidate existing passwords. (To do that, remove ### the cache files by hand as described in the Subversion book.) -# store-passwords = no +store-passwords = yes ### Set store-auth-creds to 'no' to avoid storing any subversion ### credentials in the auth/ area of your config directory. ### It defaults to 'yes'. Note that this option only prevents