Git to svn: Adding commit date to log messages

Posted by Arnauld VM on Stack Overflow See other posts from Stack Overflow or by Arnauld VM
Published on 2010-06-11T07:06:22Z Indexed on 2010/06/11 8:33 UTC
Read the original article Hit count: 275

Filed under:
|
|
|
|

How should I do to have the author (or committer) name/date added to the log message when "dcommitting" to svn?

For example, if the log message in Git is:

This is a nice modif

I'd like to have the message in svn be something like:

This is a nice modif
-----
Author: John Doo <[email protected]>  2010-06-10 12:38:22
Committer: Nice Guy <[email protected]>  2010-06-10 14:05:42

(Note that I'm mainly interested in the date, since I already mapped svn users in .svn-authors)

Any simple way? Hook needed? Other suggestion?
(See also: http://article.gmane.org/gmane.comp.version-control.git/148861)

Thank you in advance.

Yours faithfully,

-- Arnauld Van Muysewinkel

© Stack Overflow or respective owner

Related posts about svn

Related posts about git