Skip to content

Commit

Permalink
t9155: fix compatibility with older SVN
Browse files Browse the repository at this point in the history
The "--parents" option did not appear until SVN 1.5.x
and is completely unnecessary in this case.

Reported-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Eric Wong committed Aug 19, 2010
1 parent bd3a97a commit 5bc99d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9155-git-svn-fetch-deleted-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 5bc99d3

Please sign in to comment.