RE: [TSVN] tsvn:logtemplate question - suggestions
From: Steven H _at_ orcon <_at_>
Date: 2004-12-20 01:01:31 CET
An overview of what would be cool for variable substitution in log templates
$tab$, $space$, $nl$
$FileList$ (I know you said NO already but just bear with me) Code that
Ability to customize the layout of the $FileList$
Ability to customize status flags which go inside FileList
$AutoBugId$, $ManualBugId$
$AutoBugId$ = what is filled in from the tsvn ui
Manual & Auto bugID could have the values
You would need to have two 'sections' inside tvsn:logtemplate, one which
Maybe stuff the variable association inside {}
IE:
--- { $FileList$="$StatusFlag$ :$tab$ $FileItem$ $nl$ $tab$(Details Of Change)" $add$="+" $change$="~" $delete$="-" $ManualBugId$="[refs #][closes #]" } Brief Description ... $FileList$ $ManualBugId$ --- An example of what would be generated when the "insert template" button is clicked --- + : /someFolder/someFile.cs (Details Of Change) ~ : /someFolder/someOtherFile.cs (Details Of Change) ~ : /someOtherFolder/someFile.cs (Details Of Change) [refs #][closes #] --- You could then add some notes as to what was changed An example of what would end up being committed --- Does some stuff - + : /someFolder/someFile.cs someProcedureName(..) was not properly validating the imputs given changed its argument sanity check procedure. - ~ : /someFolder/someOtherFile.cs someOtherProcedure(..) was returning a incorrect object. - ~ : /someOtherFolder/someFile.cs [refs #1] --- what it comes down to is that I believe we need need something that is flexible enough to be able to be molded around the needs of different groups. -----Original Message----- From: SteveKing [mailto:steveking@gmx.ch] Sent: Sunday, 19 December 2004 5:41 a.m. To: dev@tortoisesvn.tigris.org Subject: Re: [TSVN] tsvn:logtemplate question Mark Phippard wrote: > Does this property support any substiution variables of any kind? I do > not see any mention of it in the help, but I seem to recall when the > feature was discussed that was part of it. > > I do not care if there are not any, I just want to add support for this to > Subclipse and want to be consistent in behavior. Right now, it doesn't. But of course you can make suggestions ;) What variables do you want to substitute and what for? I can't see right now what this would be useful for, can you make an example? Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Mon Dec 20 01:02:21 2004 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.