Using 'svn' directly may not work for all users. Signed-off-by: Eric Wong <normalperson@xxxxxxxx> --- > Test case included and pushed out to git://git.bogomips.org/git-svn Junio: Not sure if you've merged yet, but feel free to squash this with the other one. Thanks. t/t9146-git-svn-empty-dirs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t9146-git-svn-empty-dirs.sh b/t/t9146-git-svn-empty-dirs.sh index 3f2d719..565365c 100755 --- a/t/t9146-git-svn-empty-dirs.sh +++ b/t/t9146-git-svn-empty-dirs.sh @@ -122,7 +122,7 @@ test_expect_success 'git svn gc-ed files work' ' : Compress::Zlib may not be available && if test -f "$unhandled".gz then - svn mkdir -m gz "$svnrepo"/gz && + svn_cmd mkdir -m gz "$svnrepo"/gz && git reset --hard $(git rev-list HEAD | tail -1) && git svn rebase && test -f "$unhandled".gz && -- Eric Wong -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html