From 62cab3d15b3c583199841cd07bb9a3dcec135ea3 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Tue, 9 May 2006 14:21:32 +0000
Subject: [PATCH] Remove --non-interactive option to let svn ask the user how
 to handle SSL certificates

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7135 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/utils/svn_update.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/utils/svn_update.sh b/product/ERP5/utils/svn_update.sh
index fd10934e9f..1f5574776f 100755
--- a/product/ERP5/utils/svn_update.sh
+++ b/product/ERP5/utils/svn_update.sh
@@ -20,9 +20,9 @@ for p in $PRODUCTS
     echo ""
     echo "----- Updating $p -----"
     if ls $ZOPE_PRODUCTS/$p > /dev/null 2>&1 /dev/null; then
-      svn update   --non-interactive $p
+      svn update $p
     else
-      svn checkout --non-interactive https://svn.erp5.org/repos/public/erp5/trunk/products/$p
+      svn checkout https://svn.erp5.org/repos/public/erp5/trunk/products/$p
     fi
   done
 
-- 
2.30.9