r875699 | rhuijben | 2009-02-01 15:55:39 -0600 (Sun, 01 Feb 2009) * subversion/include/svn_wc.h (svn_wc_conflict_reason_t): Following up on r33082, move new in 1.6 enum value to the end of the list to remove ABI breakage. Update comment syntax to doxygen format to make this visible. Found by: SharpSvn tests
r875593 | rhuijben | 2009-01-27 18:29:19 -0600 (Tue, 27 Jan 2009) * subversion/libsvn_client/info.c (build_info_from_dirent): Initialize working_size64 with SVN_INVALID_FILESIZE instead of setting working_size twice. Found by: SharpSvn tests
r875582 | rhuijben | 2009-01-27 15:09:07 -0600 (Tue, 27 Jan 2009) Resolve malformed network data error on performing $ svn log -v --limit 1 svn://svn.tartarus.org/sgt/ * subversion/libsvn_ra_svn/client.c (ra_svn_log): Following up on r35329, make the new tuple list for the node kind optional for better interoperability with older svnserve versions. Found by: SharpSvn tests