@ -12,6 +12,9 @@
GIT_URL="$1"
DEST="$2"
# exit on error
set -e
if [ -d $DEST ]; then
cd $DEST
git pull || true
SVN_URL="$1"
svn update || true