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

commit display message template

From: Rob Fowler <svn_at_mianos.com>
Date: 2004-06-09 04:18:34 CEST

We currently use CVS and use a small template that is displayed to the user
before the commit.
For example:
pr=
tester_notes=
The developer then fills out this data and we can use this to track the
changes.

I have written some subversion commit hooks to look up a bug number and
reject the commit of the pr number is not known and to insert an activity
record on the post commit but now I need to get some standard text into the
commit dialog.

I can not seem to find how this is done in subversion. The text that is
displayed seems to be hard coded as a define in the client as far as I can
tell.

I have searched the mail archives but as far as I can see this question has
been asked a few times and had no reply. Similar questions have been asked
and the
response has been 'use a script around svn commit' but this won't work with
the windows Tortoise client as we have both linux and windows developers.

Does anyone do this sort of thing?
(A nice way to do it would be to have the text somewhere in the repository,
like cvs, and check out the text for the client.

Rob Fowler - Sydney

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 9 04:20:37 2004

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.