From 4cbc487a8ef62dae357ae9b95a1e7d7d2a1ae8ea Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 14 Jun 2002 11:29:00 +0000 Subject: [PATCH] While we are at it, reduce net traffic git-svn-id: https://svn.dealii.org/trunk@6120 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/build-test/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/scripts/build-test/template b/deal.II/common/scripts/build-test/template index 2e99913170..b758423486 100644 --- a/deal.II/common/scripts/build-test/template +++ b/deal.II/common/scripts/build-test/template @@ -78,7 +78,7 @@ MAIL='mail' if test -d $target ; then rm -rf $target ; fi mkdir $target 2>&1 cd $target -$CVS -q checkout deal.II 2>&1 +$CVS -q -z checkout deal.II 2>&1 cd deal.II # Echo system information for later parsing -- 2.39.5