Commit 1d3764c5 authored by Christophe Dumez's avatar Christophe Dumez

- revert last changes (sorry)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7143 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de41ae41
......@@ -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 --non-interactive update $p
svn update $p
else
svn --non-interactive checkout 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