From fe6ced0b08fa336e19b01094c9893fdb28882036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 5 Oct 2008 19:59:56 +0300 Subject: [PATCH] Add git svn fetch --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index acd4150..46af73e 100755 --- a/update.sh +++ b/update.sh @@ -54,6 +54,7 @@ if [ ! -z $TRUNK ]; then echo -e "Updating repository: \E[34mtrunk" cd $TRUNK if [ $GIT -eq 1 ]; then + $GITSVN fetch $GITSVN rebase else $SVN update @@ -79,6 +80,7 @@ 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