]> oss.titaniummirror.com Git - git-utils.git/blobdiff - update-mirror
Subsequent svn updates still need to do svn fetch
[git-utils.git] / update-mirror
index dfb9590e57c1305ff5108a8e67320c8812b429e6..365676e00c0d006ab2724e0d9b55e85c96a12d32 100755 (executable)
@@ -57,6 +57,7 @@ case "$url" in
       rm -f "$cfg_reporoot/$projdir/.new_clone"
     fi
     echo "[$proj] fetching new commits from upstream"
+    git --git-dir . svn fetch
     git --git-dir . fetch
     ;;