vcs-svn: handle_node: Handle deletion case early
commit5af8fae2df03d1888dbf315da29d1cdaa6214f57
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 20 Nov 2010 00:49:17 +0000 (19 18:49 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Nov 2010 22:51:43 +0000 (24 14:51 -0800)
tree4aef51ac7f38455d4c8ea139cc86503c4a61ee78
parent462e1f51a5648ce9d7ca26d44ed86327c454889a
vcs-svn: handle_node: Handle deletion case early

Take care of "Node-action: delete" as soon as possible, so we can stop
worrying about that case in the rest of the function.

Functional change: catch deletion nodes with features that would not
apply to them (text, properties, or origin data) and error out for
those cases.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
vcs-svn/svndump.c