> -----Original Message----- > From: stef...@apache.org [mailto:stef...@apache.org] > Sent: maandag 27 januari 2014 00:00 > To: comm...@subversion.apache.org > Subject: svn commit: r1561570 - > /subversion/trunk/subversion/libsvn_ra_svn/marshal.c > > Author: stefan2 > Date: Sun Jan 26 22:59:29 2014 > New Revision: 1561570 > > URL: http://svn.apache.org/r1561570 > Log: > Remove false protocol limit checks from the ra_svn marshaller. > > * subversion/libsvn_ra_svn/marshal.c > (svn_ra_svn__read_data_log_changed_entry): Remove upper limit > check for variable length elements as they may be extended by > later releases.
I don't think we can change these entries without a time machine if these limits were coded in previously released versions? Were these checks added for 1.9? Bert