From 7d73f08fe098204b6ced1c56414aa78f1f701235 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sun, 12 Sep 2010 00:29:22 -0400 Subject: [PATCH] Attempt to fix mirroring (3). --- taskd/clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskd/clone.sh b/taskd/clone.sh index 3e10c97..5a9ce74 100755 --- a/taskd/clone.sh +++ b/taskd/clone.sh @@ -25,7 +25,7 @@ case "$url" in svn://* | svn+http://* | svn+https://*) # we just remote svn+ here, so svn+http://... becomes http://... svnurl="${url#svn+}" - GIT_DIR=. git svn fetch "$svnurl" . + GIT_DIR=. git svn clone "$svnurl" . # Neat Trick suggested by Miklos Vajna GIT_DIR=. git config remote.origin.url . GIT_DIR=. git config remote.origin.fetch '+refs/remotes/heads/*:refs/heads/*' -- 2.11.4.GIT