From 0bf4c20e134ec00d39885b2de8b6a82fd5685bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 19 Oct 2008 16:21:44 +0300 Subject: [PATCH] git svn fetch is not needed --- update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/update.sh b/update.sh index 150a436..00db3e3 100755 --- a/update.sh +++ b/update.sh @@ -54,7 +54,6 @@ if [ ! -z $TRUNK ]; then echo -e "Updating repository: \E[34mtrunk" cd $TRUNK if [ $GIT -eq 1 ]; then - $GITSVN fetch $GITSVN rebase else $SVN update @@ -80,7 +79,6 @@ for BRANCH in $BRANCHES; do echo -e "Updating repository: \E[34m$BRANCH" cd $BRANCH if [ $GIT -eq 1 ]; then - $GITSVN fetch $GITSVN rebase else $SVN update