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

Re: Hooks about change log and create privilege

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-07-11 07:59:39 CEST

"Dong Jiwei" <dongjiwei@keithley.com> writes:
> I want to write hooks to do the following things,
>
> 1. To insert the log information into the committed script,
> just like the auto substitution of the keywords.
>
> For example, I modified a shell script, and commit
> with log message: ?Fix the bug when inserting rows into table
> oe_order_headers_all, SR number is 35467?,

> I want this message be inserted into the shell
> script file after the $ChangeLog$ keywords. Just as the old version control
> tool RCS do.

Subversion cannot do this automatically for you. But as a workaround,
why don't you just insert the log data into the script yourself, when
you commit? (You could even write something on the client side to
extract it from there and use it as the log message at commit time.)

-Karl

-- 
Subversion support & consulting  <>  http://producingoss.com/consulting.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 11 07:59:23 2007

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.