Hi, > +void svndump_reset(void) > +{ > + log_reset(); > + buffer_reset(); > + repo_reset(); > + reset_dump_ctx(~0); > + reset_rev_ctx(0); > + reset_node_ctx(NULL); > +} Thanks to Ævar for pointing this out- kindly read the patch with this diff squashed in: diff --git a/vcs-svn/svndump.c b/vcs-svn/svndump.c index 92c15d7..516a520 100644 --- a/vcs-svn/svndump.c +++ b/vcs-svn/svndump.c @@ -289,9 +289,6 @@ static void svndump_init(void) void svndump_reset(void) { - log_reset(); - buffer_reset(); - repo_reset(); reset_dump_ctx(~0); reset_rev_ctx(0); reset_node_ctx(NULL); -- Ram -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html