From 4b386dc1038c099bdebed50ba7a9a364e3f1f93c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 26 Dec 2018 20:28:22 +0800 Subject: [PATCH] Update commit.tpl --- plugins/csvn/hook/commit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/csvn/hook/commit.tpl b/plugins/csvn/hook/commit.tpl index 4bc41df69..1b33e9ef0 100755 --- a/plugins/csvn/hook/commit.tpl +++ b/plugins/csvn/hook/commit.tpl @@ -20,4 +20,4 @@ if [ ! -d $WEB_PATH ]; then --non-interactive fi -cd $WEB_PATH && svn update --username={$CSVN_USER} --password={$CSVN_PWD} \ No newline at end of file +cd $WEB_PATH && svn update --username={$CSVN_USER} --password={$CSVN_PWD} --no-auth-cache --non-interactive \ No newline at end of file