Add git svn fetch

This commit is contained in:
Andrius Štikonas 2008-10-05 19:59:56 +03:00
父節點 241cf2774a
當前提交 fe6ced0b08
共有 1 個檔案被更改,包括 2 行新增0 行删除

查看文件

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