> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: maandag 25 juni 2012 16:27
> To: [email protected]
> 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 <[email protected]>
This should probably be ported back to 1.7.x.
(And a testcase would be nice :))
Bert