Philip Martin <[email protected]> writes: > None of the changes affect Subversion's public API.
Oops! Looking at the log I see that this bit does change the API: > * subversion/include/svn_ra_svn.h > (enum svn_ra_svn_item_kind_t): New, replaces enum nested in > struct svn_ra_svn_item_t. I think that change is backward compatible for C. The enum identifiers are already global in C. It is changing the type of svn_ra_svn_item_t but only replacing one enum with another. -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download

