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