On 02.03.2015 20:55, minf...@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