summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5b80d9)
raw | patch | inline | side by side (parent: a5b80d9)
author | Eric Wong <normalperson@yhbt.net> | |
Sun, 20 Dec 2009 07:05:57 +0000 (23:05 -0800) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Sun, 20 Dec 2009 07:06:20 +0000 (23:06 -0800) |
Using 'svn' directly may not work for all users.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
t/t9146-git-svn-empty-dirs.sh | patch | blob | history |
index 3f2d7198270f0ad4bcb4d1082a0b452e37a53f05..565365cbd3ff80d816dd02b2072045cd25ae4b93 100755 (executable)
: 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 &&