Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get email address of author in SVN

Tags:

svn

Is there like a command from which we can get the author's(committer) email in SVN (using h commandline SVN)? or like Can we set up each username to a email and get the email from author in hook up scripts?

like image 891
remo Avatar asked Jul 25 '11 16:07

remo


1 Answers

SVN ( unlike Git ) doesn't care about the email id of the Author. There is just author name, which is usually a username. In most organizations, you must be able to get the email by appending @domain.com to the username.

like image 58
manojlds Avatar answered Sep 29 '22 19:09

manojlds