You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@wandisco.com> on 2015/03/04 07:36:30 UTC

Re: svn commit: r1663412 - in /subversion/branches/mod-dav-svn-expressions: CHANGES subversion/mod_dav_svn/mod_dav_svn.c

On 02.03.2015 20:55, minfrin@apache.org wrote:
> Author: minfrin
> Date: Mon Mar  2 19:55:11 2015
> New Revision: 1663412
>
> URL: http://svn.apache.org/r1663412
> Log:
> mod_dav_svn: add expression support for templates in SVNPath and
> SVNParentPath.

Hi Graham,

Thanks!

FYI, we have a bit of a tradition about code style and writing log
messages; see

http://subversion.apache.org/docs/community-guide/conventions.html
http://subversion.apache.org/docs/community-guide/

and also (on that branch)

    $ svn log -c1663861,1663863,1663865

where I tweaked the code to match our formatting guidelines.

You can update the log message with this command:

    $ svn propedit --revprop svn:log -r1663412


-- Brane