Remove unused parts,
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 11 Dec 2012 22:45:59 +0200
changeset 604 5f619b86f997
parent 603 8b265a082784
child 605 5b2d091de26d
Remove unused parts,
.subversion/config
--- a/.subversion/config	Sat Dec 01 14:32:37 2012 +0200
+++ b/.subversion/config	Tue Dec 11 22:45:59 2012 +0200
@@ -5,22 +5,6 @@
 
 ### Section for authentication and authorization customizations.
 [auth]
-### Set password stores used by Subversion. They should be
-### delimited by spaces or commas. The order of values determines
-### the order in which password stores are used.
-### Valid password stores:
-###   gnome-keyring        (Unix-like systems)
-###   kwallet              (Unix-like systems)
-###   keychain             (Mac OS X)
-###   windows-cryptoapi    (Windows)
-# password-stores = windows-cryptoapi
-###
-### The rest of this section in this file has been deprecated.
-### Both 'store-passwords' and 'store-auth-creds' can now be
-### specified in the 'servers' file in your config directory.
-### Anything specified in this section is overridden by settings
-### specified in the 'servers' file.
-###
 ### Set store-passwords to 'no' to avoid storing passwords in the
 ### auth/ area of your config directory.  It defaults to 'yes',
 ### but Subversion will never save your password to disk in
@@ -38,7 +22,7 @@
 
 ### Section for configuring external helper applications.
 [helpers]
-### Set editor-cmd to the command used to invoke your text editor.
+### Set editor to the command used to invoke your text editor.
 ###   This will override the environment variables that Subversion
 ###   examines by default to find this information ($EDITOR, 
 ###   et al).