On 23.07.2013 13:36, Martin Bischoff wrote:
> I was trying to use the Merge Log Template feature in TortoiseSVN 1.8.0,
> but the template is not saved when I close the edit-dialog.
>
> Here are the steps to reproduce the problem:
> - on the working copy root directory select TortoiseSVN->SVN Properties
> - select New -> Merge Log Templates
> - enter the templates.
> - Click OK
Now I have
tsvn:mergelogtemplatemsg
tsvn:mergelogtemplatereversetitle
tsvn:mergelogtemplatetitle
> - Now, double click the tsvn:mergelogtemplatetitle row again in teh
> Properties dialog
> --> the first template string (title-string for merge) is still there,
> but the template for each merged revision is lost.
> --> if I commit the property-change, and then check again, the text is
> still missing
Doesn't happen for me: all text fields are filled in properly.
>
> Don't know if this is relevant, but these are the texts I entered in the
> three text-areas (without double-quotes, \n is a line-break):
> - "Merged revision(s) {revisions} from {mergeurl}:\n"
> - ""
> - "r{rev} ({author}):\n{msg}\n"
>
> System information:
> - Windows 7 Enterprise, 64 bit
> - TortoiseSVN 1.8.0, Build 24401 - 64 Bit , 2013/06/17 18:15:59
>
> Best regards,
> Martin
>
>
> PS: two related questions:
>
> - when using the standard repository layout (/trunk, /branches, /tags),
> where should the merge log template property be set? on the repository
> root, on trunk or on branches? Or on any folder, where we merge to?
That depends: you can set it on the repo root only if all your clients
use svn 1.8. For pre-1.8 clients there are no inherited properties so
for those you have to set the property recursively on all folders.
> - must the property be set recursively?
I would recommend it, yes. But it's not needed for svn 1.8 since it has
inherited properties.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3061113
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-07-23 20:18:38 CEST