> -----Original Message----- > From: s...@apache.org [mailto:s...@apache.org] > Sent: maandag 25 juni 2012 16:27 > To: comm...@subversion.apache.org > Subject: svn commit: r1353572 - > /subversion/trunk/subversion/libsvn_wc/props.c > > Author: stsp > Date: Mon Jun 25 14:27:16 2012 > New Revision: 1353572 > > URL: http://svn.apache.org/viewvc?rev=1353572&view=rev > Log: > Fix a typo that could lead to wrong translated_size value. If svn:eol-style > is locally changed and svn:keywords is not, translated_size wasn't reset. > > * subversion/libsvn_wc/props.c > (do_propset): SVN_PROP_EOL_STYLE value should be checked, not > SVN_PROP_KEYWORDS. > > Patch by: Dmitry Pavlenko <pavle...@tmatesoft.com>
This should probably be ported back to 1.7.x. (And a testcase would be nice :)) Bert