On Fri, 2010-12-10 at 13:48 +0100, Erik Johansson wrote: > On Fri, Dec 10, 2010 at 12:55, Julian Foad <julian.f...@wandisco.com> wrote: > > Just to let you know, I tried your current patch on a trunk build, > > against a repository revision in which files were added, and it crashed: > > Yes, I've also found this when doing some more testing after Daniel's > mail. I fixed it by calling svn_fs_check_path() and checking that node > kind != svn_node_none before calling svn_fs_node_prop(). It will be in > the next patch version.
Great. Do you feel up to writing some Python tests for this to add to the regression test suite? That would be very useful. - Julian > Thanks for testing. > > // Erik >