From b210c6460ba6786e474891be5be0b754977a24c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=F6rnquist=20=C5strand?= Date: Fri, 6 Feb 2009 19:33:41 -0800 Subject: [PATCH] drop synctag --- run-tests.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index 2dfc1c9..74314a9 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -2,25 +2,26 @@ rm -rf repro +gitrepro=/Users/lha/src/heimdal/git-trunk + +(cd $gitrepro && git tag -d git2svn-syncpoint-master) + echo "####full import of master -> trunk" ./git2svn \ --verbose \ - --no-unlink \ - /Users/lha/src/heimdal/git-trunk repro || exit 1 + $gitrepro repro || exit 1 echo "####full import of branch -> branches/heimdal-1-1-branch" ./git2svn \ --verbose \ - --no-unlink \ --svn-prefix=branches/heimdal-1-1-branch \ --git-branch=heimdal-1-1-branch \ - /Users/lha/src/heimdal/git-trunk repro || exit 1 + $gitrepro repro || exit 1 echo "####incremental import of master -> trunk" ./git2svn \ --verbose \ - --no-unlink \ - /Users/lha/src/heimdal/git-trunk repro || exit 1 + $gitrepro repro || exit 1 echo "####test that repro looks ok at a glance" -- 2.11.4.GIT