On Tue, Jul 2, 2013 at 7:37 AM, <br...@apache.org> wrote: > Author: brane > Date: Tue Jul 2 11:37:54 2013 > New Revision: 1498885 > > URL: http://svn.apache.org/r1498885 > Log: > Fix change initialization in the Ev2 compatibility shims. > The shims expect an uninitialized change record's kind to be svn_node_unknown, > but it was initialized to zero, which is svn_node_none.
It used to be svn_kind_unknown. In the move to remove svn_kind_t, the zero value changed to svn_node_none. (I'm still not sure that adding a new value to svn_node_kind_t was a correct move; applications may freak out when they see a value they don't know) Cheers, -g