X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=vcs-svn%2Fsvndump.c;h=bc792223b2638bce4196eb0dc6626beb32f48da4;hb=c51477229ee4c7846d40a447860b5bf94aa1103d;hp=eef49ca1928d21f7bb0d038693fd92c2a6e5ac85;hpb=54f6a8dbd65cbe6ad31a8b6b531de81009514eb3;p=git.git diff --git a/vcs-svn/svndump.c b/vcs-svn/svndump.c index eef49ca19..bc792223b 100644 --- a/vcs-svn/svndump.c +++ b/vcs-svn/svndump.c @@ -13,6 +13,7 @@ #include "line_buffer.h" #include "string_pool.h" #include "strbuf.h" +#include "svndump.h" /* * Compare start of string to literal of equal length; @@ -214,7 +215,8 @@ static void handle_node(void) if (have_text || have_props || node_ctx.srcRev) die("invalid dump: deletion node has " "copyfrom info, text, or properties"); - return repo_delete(node_ctx.dst); + repo_delete(node_ctx.dst); + return; } if (node_ctx.action == NODEACT_REPLACE) { repo_delete(node_ctx.dst);