You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Johan Corveleyn <jc...@gmail.com> on 2017/12/14 08:55:40 UTC

Re: svn commit: r1807836 - in /subversion/trunk: subversion/include/ subversion/include/private/ subversion/libsvn_repos/ subversion/svnadmin/ subversion/svnrdump/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ subversion/tests/libsvn_repos/ t...

On Sat, Sep 9, 2017 at 12:54 AM, Johan Corveleyn <jc...@gmail.com> wrote:
> On Sat, Sep 9, 2017 at 12:36 AM,  <ko...@apache.org> wrote:
>> Author: kotkov
>> Date: Fri Sep  8 22:36:38 2017
>> New Revision: 1807836
>>
>> URL: http://svn.apache.org/viewvc?rev=1807836&view=rev
>> Log:
>> svnadmin: Introduce the `--normalize-props` option for the load and
>> load-revprops commands.
>>
>> Currently, the only performed normalization is the automatic translation
>> of non-LF line endings in the svn: property values.
>
> Woohoo! Great work Evgeny! This will save several svn admins
> significant headaches :-).
>
> Do you also consider working on something like the
> --source-prop-encoding option (as in svnsync), to fix non-UTF8 encoded
> properties? It's less common I think, but still happens from time to
> time.

Hi Evgeny,

I just mentioned this upcoming --normalize-props feature in a users
thread (and included a link to your commit). I noticed that it's not
mentioned in the release notes of 1.10 yet. Do you have time to write
a small release notes entry for it?

-- 
Johan

Re: svn commit: r1807836 - in /subversion/trunk: subversion/include/ subversion/include/private/ subversion/libsvn_repos/ subversion/svnadmin/ subversion/svnrdump/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ subversion/tests/libsvn_repos/ t...

Posted by Evgeny Kotkov <ev...@visualsvn.com>.
Johan Corveleyn <jc...@gmail.com> writes:

> Hi Evgeny,
>
> I just mentioned this upcoming --normalize-props feature in a users
> thread (and included a link to your commit). I noticed that it's not
> mentioned in the release notes of 1.10 yet. Do you have time to write
> a small release notes entry for it?

Thanks for the reminder, committed in r1818496:

  https://svn.apache.org/r1818496
  https://subversion-staging.apache.org/docs/release-notes/1.10.html#normalize-props


Regards,
Evgeny Kotkov