Code

git-svn: fix test for trunk svn (transaction out of date)
authorSam Vilain <sam.vilain@catalyst.net.nz>
Fri, 21 Sep 2007 02:02:34 +0000 (14:02 +1200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2007 09:42:16 +0000 (02:42 -0700)
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>
t/t9101-git-svn-props.sh

index 622ea1c0df1cdfcbabcd9a884abe151c4d0dff53..5aac644223cf217255a0fdbbb1238b4125fd2e6e 100755 (executable)
@@ -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 .. &&