Skip to content

Commit 5bc99d3

Browse files
author
Eric Wong
committed
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: Jens Lehmann <[email protected]> Signed-off-by: Eric Wong <[email protected]>
1 parent bd3a97a commit 5bc99d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9155-git-svn-fetch-deleted-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test_expect_success 'setup svn repo' '
1212
svn_cmd import -m "import for git svn" import "$svnrepo" &&
1313
rm -rf import &&
1414
15-
svn_cmd mkdir --parents -m "create mybranch directory" "$svnrepo/branches/mybranch" &&
15+
svn_cmd mkdir -m "create mybranch directory" "$svnrepo/branches/mybranch" &&
1616
svn_cmd cp -m "create branch mybranch" "$svnrepo/trunk" "$svnrepo/branches/mybranch/trunk" &&
1717
1818
svn_cmd co "$svnrepo/trunk" svn_project &&

0 commit comments

Comments
 (0)