From: Sam Vilain Date: Fri, 21 Sep 2007 02:02:34 +0000 (+1200) Subject: git-svn: fix test for trunk svn (transaction out of date) X-Git-Tag: v1.5.4-rc0~406^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d99c74e2913ab098953bd5b422b95f39e2dcfb55;p=git.git git-svn: fix test for trunk svn (transaction out of date) Older svn clients did not raise a 'transaction out of date' error here, but trunk does - so 'svn up'. Signed-off-by: Sam Vilain Acked-by: Eric Wong Signed-off-by: Junio C Hamano --- diff --git a/t/t9101-git-svn-props.sh b/t/t9101-git-svn-props.sh index 622ea1c0d..5aac64422 100755 --- a/t/t9101-git-svn-props.sh +++ b/t/t9101-git-svn-props.sh @@ -140,6 +140,7 @@ test_expect_success 'test show-ignore' " cd test_wc && mkdir -p deeply/nested/directory && svn add deeply && + svn up && svn propset -R svn:ignore 'no-such-file*' . svn commit -m 'propset svn:ignore' cd .. &&