Hi, I thought I'd post a quick update again this week, since there's been some more progress. Daniel Shahaf has been awesome in helping me get acquainted with libsvn. I've made some more progress with the client and have gained some confidence- I should be able to complete the "dump editor" soon, but there are plenty of ifs and buts with respect to deltas. Hopefully, many of those doubts will be clear by next week. -- Ram Ramkumar Ramachandra (2): Add skeleton RA svnclient Add stripped dump editor Makefile | 4 + debug_editor.c | 413 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ debug_editor.h | 6 + dump_editor.c | 365 +++++++++++++++++++++++++++++++++++++++++++++++++ dump_editor.h | 10 ++ svnclient_ra.c | 138 +++++++++++++++++++ 6 files changed, 936 insertions(+), 0 deletions(-) create mode 100644 Makefile create mode 100644 debug_editor.c create mode 100644 debug_editor.h create mode 100644 dump_editor.c create mode 100644 dump_editor.h create mode 100644 svnclient_ra.c -- 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