.subversion/config
changeset 574 c5fef529901d
parent 183 d555a4cdf92a
child 604 5f619b86f997
equal deleted inserted replaced
573:c64e36fe80dd 574:c5fef529901d
    26 ### but Subversion will never save your password to disk in
    26 ### but Subversion will never save your password to disk in
    27 ### plaintext unless you tell it to (see the 'servers' file).
    27 ### plaintext unless you tell it to (see the 'servers' file).
    28 ### Note that this option only prevents saving of *new* passwords;
    28 ### Note that this option only prevents saving of *new* passwords;
    29 ### it doesn't invalidate existing passwords.  (To do that, remove
    29 ### it doesn't invalidate existing passwords.  (To do that, remove
    30 ### the cache files by hand as described in the Subversion book.)
    30 ### the cache files by hand as described in the Subversion book.)
    31 # store-passwords = no
    31 store-passwords = yes
    32 ### Set store-auth-creds to 'no' to avoid storing any subversion
    32 ### Set store-auth-creds to 'no' to avoid storing any subversion
    33 ### credentials in the auth/ area of your config directory.
    33 ### credentials in the auth/ area of your config directory.
    34 ### It defaults to 'yes'.  Note that this option only prevents
    34 ### It defaults to 'yes'.  Note that this option only prevents
    35 ### saving of *new* credentials;  it doesn't invalidate existing
    35 ### saving of *new* credentials;  it doesn't invalidate existing
    36 ### caches.  (To do that, remove the cache files by hand.)
    36 ### caches.  (To do that, remove the cache files by hand.)
    37 # store-auth-creds = no
    37 store-auth-creds = yes
    38 
    38 
    39 ### Section for configuring external helper applications.
    39 ### Section for configuring external helper applications.
    40 [helpers]
    40 [helpers]
    41 ### Set editor-cmd to the command used to invoke your text editor.
    41 ### Set editor-cmd to the command used to invoke your text editor.
    42 ###   This will override the environment variables that Subversion
    42 ###   This will override the environment variables that Subversion
   132 *.cxx = svn:eol-style=native
   132 *.cxx = svn:eol-style=native
   133 *.h = svn:eol-style=native
   133 *.h = svn:eol-style=native
   134 *.s = svn:eol-style=native
   134 *.s = svn:eol-style=native
   135 *.S = svn:eol-style=native
   135 *.S = svn:eol-style=native
   136 *.java = svn:eol-style=native
   136 *.java = svn:eol-style=native
       
   137 *.jsp = svn:eol-style=native
   137 *.js = svn:eol-style=native
   138 *.js = svn:eol-style=native
   138 *.dsp = svn:eol-style=CRLF
   139 *.dsp = svn:eol-style=CRLF
   139 *.dsw = svn:eol-style=CRLF
   140 *.dsw = svn:eol-style=CRLF
   140 *.sh = svn:eol-style=LF;svn:executable
   141 *.sh = svn:eol-style=LF;svn:executable
   141 *.txt = svn:eol-style=native
   142 *.txt = svn:eol-style=native