asdlei00 / tortoisesvn

Automatically exported from code.google.com/p/tortoisesvn
0 stars 0 forks source link

configure position of merge message title #660

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
from the mailing list:
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=30863
73

I'm using the latest TortoiseSVN and was wondering if there was a way to 
customize the messages that are generated when doing a merge
And sure enough, there are the three tsvn:mergelog properties, that can 
conveniently be edited in the associated property editor as described here:

http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-propertypage.html#ts
vn-dug-propertypage-editors

While this is very nice, it does not allow me to first have the 
revisions log details and then the text that says "merged revisions x-y 
from somewhere".
Basically, I would like to have a "footer" added to these properties so 
that I can place the default value for title inside that footer and live 
title empty.
With this, it means 5 tsvn:mergelog properties in total:

tsvn:mergelogtemplatetitle
tsvn:mergelogtemplatereversetitle
tsvn:mergelogtemplatefooter
tsvn:mergelogtemplatereversefooter
tsvn:mergelogtemplatemsg

Alternatively, there "footer" properties could be left out but a 
property that tells where to put the title could be created instead, 
like that:

tsvn:mergelogtemplatetitle
tsvn:mergelogtemplatereversetitle
tsvn:mergelogtemplatetitlelocation
tsvn:mergelogtemplatemsg

where tsvn:mergelogtemplatetitlelocation defaults to "above" but can 
also have the value "below".

Original issue reported on code.google.com by tortoisesvn on 19 Aug 2014 at 7:54

GoogleCodeExporter commented 9 years ago
one new property set to true/false, indicating whether the title string is 
inserted at the top or the bottom - that should be enough.

Original comment by tortoisesvn on 15 Sep 2014 at 7:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r25864.

Original comment by tortoisesvn on 15 Sep 2014 at 8:28