dpocock / sync2git

Script for synchronising/replicating SVN repositories to Git and Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check if author usernames are email addresses

dpocock opened this issue · comments

In some SVN repositories (e.g. Google Code) the author usernames in SVN are full email addresses.

Sometimes they are the user part of gmail addresses.

We should try to detect these cases and if they are valid addresses (maybe using a regex) then the value on the right hand side of the equals sign should be wrapped in angle brackets

I am free this weekend, so I can work on this issue. Let me know.