From: R. Steve McKown Date: Thu, 4 Nov 2010 14:44:39 +0000 (-0600) Subject: Subsequent svn updates still need to do svn fetch X-Git-Url: https://oss.titaniummirror.com/gitweb?p=git-utils.git;a=commitdiff_plain;h=520fcc6c3533e31af7d068cb611ea408ee00be35 Subsequent svn updates still need to do svn fetch --- diff --git a/update-mirror b/update-mirror index dfb9590..365676e 100755 --- a/update-mirror +++ b/update-mirror @@ -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 ;;