提交 5bc99d3f 编写于 作者: E Eric Wong

t9155: fix compatibility with older SVN

The "--parents" option did not appear until SVN 1.5.x
and is completely unnecessary in this case.
Reported-by: NJens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: NEric Wong <normalperson@yhbt.net>
上级 bd3a97a2
......@@ -12,7 +12,7 @@ test_expect_success 'setup svn repo' '
svn_cmd import -m "import for git svn" import "$svnrepo" &&
rm -rf import &&
svn_cmd mkdir --parents -m "create mybranch directory" "$svnrepo/branches/mybranch" &&
svn_cmd mkdir -m "create mybranch directory" "$svnrepo/branches/mybranch" &&
svn_cmd cp -m "create branch mybranch" "$svnrepo/trunk" "$svnrepo/branches/mybranch/trunk" &&
svn_cmd co "$svnrepo/trunk" svn_project &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册