diff options
author | Sam Vilain <sam.vilain@catalyst.net.nz> | 2007-09-21 14:02:34 +1200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-21 02:42:16 -0700 |
commit | d99c74e2913ab098953bd5b422b95f39e2dcfb55 (patch) | |
tree | 848c404d849a3c7a5b054aaa7201e4e0617198cc /t/t9101-git-svn-props.sh | |
parent | 400e58b74e701398bd7e51bd3f102f31cc45ee93 (diff) | |
download | git-d99c74e2913ab098953bd5b422b95f39e2dcfb55.tar.gz git-d99c74e2913ab098953bd5b422b95f39e2dcfb55.tar.xz |
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 <sam.vilain@catalyst.net.nz>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9101-git-svn-props.sh')
-rwxr-xr-x | t/t9101-git-svn-props.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 .. && |