SCM command to find userid of user who contributed this changeset. help
we have an integration to a static analysis tool. it runs and reports potential issue with the code that the developer should correct.
we need to update the database record for that user with the info we discovered, but the info in the changset is the user NAME, and the info in our database is the user ID. (which in our case is the same as the email address)
is there a way to get scm/lscm to give us either the users email address or the users userid instead of their name?
we have the filename
we are using the
lscm history repo userid password -m 1 filename
command
and getting
Change sets:
(1374) ---$ Sam Detweiler "Fixed form class to not refer to form rows twice." 01-Apr-2014 11:57 AM
There is additional history available before this point.
we need to get 'sam.detweiler@xx.com' instead of 'Sam Detweiler'