From 93bfbd560fe21ce5f22913d16f57de682044c745 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Tue, 26 Aug 2008 08:03:22 +0000 Subject: [PATCH] Bug 835: It is better not to use commit times when doing development --- .subversion/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.subversion/config b/.subversion/config index 2631527290e..42c7897a692 100644 --- a/.subversion/config +++ b/.subversion/config @@ -76,7 +76,7 @@ global-ignores = *~ *.log *.private *.result *.tmp installed \ # log-encoding = latin1 ### Set use-commit-times to make checkout/update/switch/revert ### put last-committed timestamps on every file touched. -use-commit-times = yes +# use-commit-times = yes ### Set no-unlock to prevent 'svn commit' from automatically ### releasing locks on files. # no-unlock = yes -- GitLab