diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-21 07:28:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-21 07:28:07 -0700 |
commit | 581412cb02cc79c566c9828a9cfbe7847b2c6df2 (patch) | |
tree | c3239c5fa72512228b9f351ed8de0f2f6739c0e1 /t/t9113-git-svn-dcommit-new-file.sh | |
parent | fe87c92138d91e2002c46b06f8389814436de1cf (diff) | |
parent | 36db1eddf972c88edf402b99e2366ad533635ab8 (diff) | |
download | git-581412cb02cc79c566c9828a9cfbe7847b2c6df2.tar.gz |
Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn:
git-svn: add --authors-prog option
git-svn: Set svn.authorsfile if it is passed to git svn clone
git-svn: Correctly report max revision when following deleted paths
git-svn: Fix for svn paths removed > log-window-size revisions ago
git-svn testsuite: use standard configuration for Subversion tools
Diffstat (limited to 't/t9113-git-svn-dcommit-new-file.sh')
-rwxr-xr-x | t/t9113-git-svn-dcommit-new-file.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9113-git-svn-dcommit-new-file.sh b/t/t9113-git-svn-dcommit-new-file.sh index e9b6128b3f..e8479cec7a 100755 --- a/t/t9113-git-svn-dcommit-new-file.sh +++ b/t/t9113-git-svn-dcommit-new-file.sh @@ -15,7 +15,7 @@ test_description='git svn dcommit new files over svn:// test' require_svnserve test_expect_success 'start tracking an empty repo' ' - svn mkdir -m "empty dir" "$svnrepo"/empty-dir && + svn_cmd mkdir -m "empty dir" "$svnrepo"/empty-dir && echo "[general]" > "$rawsvnrepo"/conf/svnserve.conf && echo anon-access = write >> "$rawsvnrepo"/conf/svnserve.conf && start_svnserve && |