•  
      request #4514 Problems with commit email - no username and email address
    Infos
    #4514
    Manuel Vacelet (vaceletm)
    2013-08-21 09:23
    2013-07-19 10:05
    4886
    Details
    Problems with commit email - no username and email address
    We are having issues with commit-email.pl script.
    When the e-mail is sent after the commit has been done, there is no commiter's name and email address in that mail.
    We use LDAP authentication.
    I've tried enabling the debug mode in this script(changed the $debug value to 1), but I am not sure where to look for the logs.
    SCM/Subversion
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Michael Abramov (MichaelAbramov)
    Stage
    Manuel Vacelet (vaceletm)
    Closed
    2013-08-21
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Martin GOYOT (goyotm)2013-07-24 16:58
    Hello Michael,

    The patch is attached in the request #2845 and you can apply it by issuing the
    command:

    patch -p 1 < 2845_fix_subversion_perl_bind.patch

    for example:
    -> cp /path/to/the/patch/2845_fix_subversion_perl_bind.patch /usr/share/codendi/
    -> cd /usr/share/codendi
    -> patch -p 1 < 2845_fix_subversion_perl_bind.patch

    That should be enough!

    Let me know if it worked and if it solved the email problem and maybe the
    "jenkins user committer" one in the same time.

    Regards,
    -- Martin