[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: log message template

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Tue, 17 Feb 2009 15:36:28 -0800

On Tue, Feb 17, 2009 at 9:18 AM, Derrick Koes <derrick_koes_at_skillsoft.com>wrote:

> I gather, from issue 1973, that subversion is not capable of setting a "log
> message template". If it is, please point me to the instructions on how to
> do so.
>
> I am trying to build a workaround solution for this problem on a per
> repository project basis for a windows OS running subversion. I.e. I need
> the capability for a different "log message template" for each project in a
> repository.
>
> This needs to work regardless of client, but typical clients will be
> subclipse, subversive, and TortoiseSVN (I understand Tortoise has a template
> capability).
>
> I've seen various workarounds such a "piping" from an editor or using
> Tortoise's built in feature, but these won't answer the call.
>
> Any advice is welcome.
>
>

Unfortunately you might have to implement this for each client. The client
has no contact with the server at the time the log message is generated
(check-in time). And so the server can not decide this.

You could propose guidelines for the users to follow and then do a
pre-commit check to see if the log message format is correct.

regards,
-Hari

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1181850

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-18 00:37:23 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.