Hi, My first patch removes a few function calls that Jonathan forgot to remove while turning off persistence- those functions aren't generated by the obj_pool.h merged into `pu` (Commit fd94590214). My second patch fixes the IncludePath in the Makefile so that svn-fe.h is able to find the specified header. My third patch is just a trivial patch to add /svn-fe to the .gitignore. I'm sorry I didn't catch this earlier- I only just noticed that the version merged into `pu` wasn't exactly the version I was basing my work on, so I grafted out the commits and rebased to find these problems. In the meantime, I'd request everyone to try out svn-fe in `pu`- I'm soon going to send in more patches that are based on what's already merged. Thanks. -- Ram Ramkumar Ramachandra (3): vcs-svn: Remove stray calls to removed functions contrib/svn-fe: Fix IncludePath contrib/svn-fe: Add the svn-fe target to .gitignore contrib/svn-fe/.gitignore | 1 + contrib/svn-fe/Makefile | 2 +- contrib/svn-fe/svn-fe.c | 2 +- vcs-svn/repo_tree.c | 3 --- vcs-svn/string_pool.c | 1 - 5 files changed, 3 insertions(+), 6 deletions(-) -- 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