No, I was just reviewing malfunction calls to see if I could find places where they should be replaced with normal errors before release.
Bert Huijben (Cell phone) From: Greg Stein Sent: vrijdag 17 juni 2011 22:46 To: dev@subversion.apache.org Subject: Re: svn commit: r1136839 - /subversion/trunk/subversion/libsvn_ra_serf/commit.c On Fri, Jun 17, 2011 at 06:38, <rhuij...@apache.org> wrote: > Author: rhuijben > Date: Fri Jun 17 10:38:55 2011 > New Revision: 1136839 > > URL: http://svn.apache.org/viewvc?rev=1136839&view=rev > Log: > Just use the default implementation (which returns OK like the other ra > layers) > instead of using two statuc functions that just malfunction. > > * subversion/libsvn_ra_serf/commit.c > (absent_directory, > absent_file): Remove functions. Did you actually run into this? The commit driver shouldn't be calling these two functions. It's the right change, but there is a larger problem (it would seem) if you actually ran into this. Cheers, -g