On Wed, May 26, 2010 at 14:32, <rhuij...@apache.org> wrote: > Author: rhuijben > Date: Wed May 26 18:32:49 2010 > New Revision: 948525 > > URL: http://svn.apache.org/viewvc?rev=948525&view=rev > Log: > Remove the get_excluded support from the svn status walker that was introduced > in r888508 to fix issues in 'svnversion'. An optimized revision walker that > doesn't use the status walker was written later, removing the only valid user > of get_excluded true. > > * subversion/include/svn_wc.h > (svn_wc_walk_status): Remove get_excluded argument. > > * subversion/libsvn_client/patch.c > (check_dir_empty): Update caller. This caller should have never passed > true for get_excluded, as this breaks deleting a directory with > not_present nodes.
This is an argument for creating a regression test for this situation. >... Cheers, -g