Code

git-svn: fix test for trunk svn (commit message not needed)
authorSam Vilain <sam.vilain@catalyst.net.nz>
Fri, 21 Sep 2007 02:02:33 +0000 (14:02 +1200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2007 09:42:16 +0000 (02:42 -0700)
commit400e58b74e701398bd7e51bd3f102f31cc45ee93
treec86bfaa32d15ba183bae3a215f32cbfcef947e7a
parent17ed158021ead9cb056f692fc35ff3fcde96a747
git-svn: fix test for trunk svn (commit message not needed)

The 'svn mv -m "rename to thunk"' was a local operation, therefore not
needing a commit message, it was silently ignored.  Newer svn clients will
instead raise an error.

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/t9104-git-svn-follow-parent.sh