tags:

views:

35

answers:

0

Hi All,

We use svnnotify (i.e. SVN::Notify) in our svn post-commit hook. Is it possible to include the userid of the author of the commit as the displayed name in the author field of the resulting email? Authentication is through mod_auth_mysql. We don't want the author to be "userid@domain of svn server" because there are no such email addresses - the committers all have external email addressses. I'd like something like "userid via proj-svn" or something similar so that people can quickly identify who is responsible for the commit.

Thanks, Jason