git svn fetch is not needed

このコミットが含まれているのは:
Andrius Štikonas 2008-10-19 16:21:44 +03:00
コミット 0bf4c20e13
1個のファイルの変更0行の追加2行の削除

ファイルの表示

@ -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