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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.comto the username.