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>
This commit is contained in:
sam@vilain.net
2006-12-05 16:17:38 +11:00
committed by Eric Wong
parent db03cd24a1
commit 2edb9c5cf9
2 changed files with 105 additions and 1 deletions

View File

@ -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"
}