# HG changeset patch # User Oleksandr Gavenko # Date 1350901446 -10800 # Node ID c5fef529901d1f29ca77ea700d96fcfeb9e8f9df # Parent c64e36fe80dd91bac7918e721e1a7da81fe6e086 Enable storing passwords unsafe. diff -r c64e36fe80dd -r c5fef529901d .subversion/config --- a/.subversion/config Thu Oct 18 11:40:15 2012 +0300 +++ b/.subversion/config Mon Oct 22 13:24:06 2012 +0300 @@ -28,13 +28,13 @@ ### 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 ### saving of *new* credentials; it doesn't invalidate existing ### caches. (To do that, remove the cache files by hand.) -# store-auth-creds = no +store-auth-creds = yes ### Section for configuring external helper applications. [helpers] @@ -134,6 +134,7 @@ *.s = svn:eol-style=native *.S = svn:eol-style=native *.java = svn:eol-style=native +*.jsp = svn:eol-style=native *.js = svn:eol-style=native *.dsp = svn:eol-style=CRLF *.dsw = svn:eol-style=CRLF