summaryrefslogtreecommitdiff
path: root/t/lib-git-svn.sh
diff options
context:
space:
mode:
authorsam@vilain.net <sam@vilain.net>2006-12-05 05:17:38 (GMT)
committerEric Wong <normalperson@yhbt.net>2007-02-23 08:57:12 (GMT)
commit2edb9c5cf98e1a65c775ede6fc5b10a15bb94384 (patch)
treedfecb167d17df72e9b767393bee3087654792cdd /t/lib-git-svn.sh
parentdb03cd24a155a727349a47ce0e5ba3f4c4032cb8 (diff)
downloadgit-2edb9c5cf98e1a65c775ede6fc5b10a15bb94384.zip
git-2edb9c5cf98e1a65c775ede6fc5b10a15bb94384.tar.gz
git-2edb9c5cf98e1a65c775ede6fc5b10a15bb94384.tar.bz2
git-svn: make test for SVK mirror path import
A manual test that sets up a repository that looks like an SVK depot, and then imports it to check that it looks like we mirrored the 'original' source. There is also a minor modification to the git-svn test library shell file which sets a variable for the subversion repository's filesystem path. [ew: made some of the tests stricter and more thorough] Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/lib-git-svn.sh')
-rw-r--r--t/lib-git-svn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh
index 67d08cf..27ad3b7 100644
--- a/t/lib-git-svn.sh
+++ b/t/lib-git-svn.sh
@@ -42,9 +42,9 @@ then
exit
fi
+rawsvnrepo="$svnrepo"
svnrepo="file://$svnrepo"
-
poke() {
perl -e '@x = stat($ARGV[0]); utime($x[8], $x[9] + 1, $ARGV[0])' "$1"
}