On Monday, September 15, 2014 10:25:42 AM Julian Foad wrote: ... snip ... > Instead of a 'get_log_message(list_of_commit_items)' we should have > 'get_rev_props_for_commit(list_of_commit_items)', and instead of a template > we should have: > > - a list of required and optional rev-props (usually including svn:log); > - a template for each; > - a help message for each. > > > And perhaps we could introduce a template syntax to specify > > key-value pairs (e.g. "%KEYWORD:%") which are removed automatically > > if the value is left empty?
Will it be possible to translate these keywords to actual revision properties? E.g. something like having %foo:bar%Foo:% in the template, and if "Foo:" value is non-empty, have a foo:bar property set on the committed revision? Regards, Alexey.