From: Love Hörnquist Åstrand Date: Sat, 7 Feb 2009 03:33:41 +0000 (-0800) Subject: drop synctag X-Git-Tag: git2svn-0.3^0 X-Git-Url: https://repo.or.cz/w/git2svn.git/commitdiff_plain/b210c6460ba6786e474891be5be0b754977a24c5 drop synctag --- 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"