Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

(Case 780972) SVNCancelException: svn: E200015: No credential to try.

Discussion in 'Unity Build Automation' started by AdamKane, Mar 18, 2016.

  1. AdamKane

    AdamKane

    Joined:
    Dec 3, 2012
    Posts:
    134
    Hello,

    Without making any configuration changes, we're now getting only failed builds:



    Here's the error screenshot:



    Error text:

    1: ERROR: Subversion checkout has been canceled
    2: Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: OPTIONS /jlgsim_ipad/JLG_iPad_UnityProject failed
    3: Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential to try. Authentication failed
    4: Finished: FAILURE

    Any ideas?

    Our SVN server (hosted at CloudForge) is up and running and we're able to SVN Checkout manually without any errors.

    Thanks,
    Adam

    Bug Case #780972
    https://fogbugz.unity3d.com/default.asp?780972_9f5fta1sngn4nvur
     
    Last edited: Mar 19, 2016
  2. Ryanc_unity

    Ryanc_unity

    Unity Technologies

    Joined:
    Jul 22, 2015
    Posts:
    332
    Hey Adam,

    It kinda looks like the credentials might no longer be associated with the SVN host ("No credential to try."). This can happen if the host updates their authentication response msg and return slightly different values than before (SVN specific). As dannyd mentioned in your other thread we have been working on SVN fixes, but don't have an eta. What should fix this issue is open up the config for this project, edit source control, and enter fake creds, test, then enter real creds and test again.
     
  3. AdamKane

    AdamKane

    Joined:
    Dec 3, 2012
    Posts:
    134
    THANK YOU!!!

    Changing up the SVN username/password in the Cloud Build settings did 'reset' things, and we're now getting successful builds again.