X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=vcs-svn%2Fsvndump.c;h=572a99596657b85cbda372a9107a43c6c2fb44b2;hb=9db19414582fdb154384ff1ca457cbf9095fef48;hp=eef49ca1928d21f7bb0d038693fd92c2a6e5ac85;hpb=537d99033749591245ddd36f7317fd6b8555d803;p=git.git diff --git a/vcs-svn/svndump.c b/vcs-svn/svndump.c index eef49ca19..572a99596 100644 --- a/vcs-svn/svndump.c +++ b/vcs-svn/svndump.c @@ -214,7 +214,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);