Does the Git tagCommitMessage allow for text replacement similar to
the regexIssueTracker  type of issueUrlBuilder?

Here's my use case: When committing a tag, I want to be able to look
at the commit's log message & incorporate the change request ID
(parsed from the log message via RegEx) into the commit message of the
tag.

I think I've got the changes worked out for the most part. It looks to
be a pretty small change but my understanding of CC.NET is very basic,
so I'm probably wrong to some degree.

On Tue, Sep 28, 2010 at 12:07, Daniel Hommel <[email protected]> wrote:
> In theory yes. As far as i understand it's just adding a configuration
> setting for the tag message and passing it on to the tag command line.
>
> Kind regards,
>
> Daniel
>
> 2010/9/28 Andy Levy <[email protected]>:
>> I'm taking a look at it right now. Not sure how far I can take it but
>> I'll do what I can. Can I get away with more or less lifting what's
>> done for Git & dropping it into the corresponding areas for
>> Subversion?
>>
>> On Tue, Sep 28, 2010 at 10:59, Daniel Hommel <[email protected]> wrote:
>>> I don't think it is implemented for Subversion, but it shouldn't be that 
>>> hard.
>>> Let's see if i get around to implement it within the next days (can't
>>> promise anything).
>>> If you want to submit a patch i'll be happy to have a look into it.
>>>
>>> Kinmd regards,
>>>
>>> Daniel
>>>
>>> 2010/9/28 Andy Levy <[email protected]>:
>>>> Is there any way to get a custom commit message when tagging a build
>>>> via Subversion? I see that the Git source control block has this - is
>>>> there any way to get it for Subversion as well?
>>>>
>>>
>>
>

Reply via email to