summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoore <jmoore@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-16 06:42:21 +0000
committerjmoore <jmoore@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-16 06:42:21 +0000
commitb1bf9e4afbcb2bade017d9e2f15f774b86370884 (patch)
tree27502509b2b1c9e45c39a58391043ba364380480
parentc447fff970d236d5ffa772abb73ca309e54bb5f1 (diff)
downloadATCD-b1bf9e4afbcb2bade017d9e2f15f774b86370884.tar.gz
-rw-r--r--ACE/docs/svn/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/docs/svn/config b/ACE/docs/svn/config
index 55d4e6fa0e7..ea7fbd9f95b 100644
--- a/ACE/docs/svn/config
+++ b/ACE/docs/svn/config
@@ -10,7 +10,7 @@
### saving of *new* credentials; it doesnt invalidate existing
### caches. (To do that, remove the cache files by hand.)
# [auth]
-# store-auth-creds = no
+store-auth-creds = yes
### Section for configuring external helper applications.
### Set editor to the command used to invoke your text editor.
@@ -26,9 +26,9 @@
### Set diff3-has-program-arg to true or yes if your diff3
### program accepts the --diff-program option.
# [helpers]
-# editor-cmd = editor (vi, emacs, notepad, etc.)
-# diff-cmd = diff_program (diff, gdiff, etc.)
-# diff3-cmd = diff3_program (diff3, gdiff3, etc.)
+editor-cmd = emacs
+diff-cmd = /usr/bin/diff
+diff3-cmd = /usr/bin/diff3
# diff3-has-program-arg = [true | false]
### Section for configuring tunnel agents.