STEPS TO RESOLVE THIS ISSUE ON LINUX

====================================

REMOVE ALL SAVED CREDENTIALS ON YOUR LOCAL COMPUTER (NOT SERVER):
    rm -rf ~/.subversion/auth

ON YOUR LOCAL COMPUTER CHECKOUT REMOTE TRUNK:
    svn checkout https://your_svn_server:your_port/your_trunk

SVN WILL ASK FOR CREDENTIALS, SAVE THEM LOCALLY. THEY WILL APPEAR IN NEW FILE UNDER ~/.subversion/auth/svn.simple:
    ls ~/.subversion/auth/svn.simple

OPEN THIS FILE TO GET YOUR SERVER REALM:
    cat ~/.subversion/auth/svn.simple/ce8afc0996c10bf115408332b027d724

COPY YOUR SERVER REALM 2 LINES BELOW svn:realmstring, FOR EXAMPLE:
    svn:realmstring
    V 56
    <https://your_svn_server:your_port/your_trunk> Subversion Repositories            <--- THIS ONE IS YOUR SERVER REALM

CONFIGURE YOU JENKINS JOB -> PRESS "ADD ADDITIONAL CREDENTIALS":
    SET "Realm" TO COPIED STRING, I.E: <https://your_svn_server:your_port/your_trunk> Subversion Repositories
    PROVIDE VALID "Credentials"

VOILA! 
HOPE THIS HELPS.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to