Commit 62cab3d1 authored by Kevin Deldycke's avatar Kevin Deldycke

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
parent 209237b2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment