Your browser was unable to load all of the resources. They may
have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.
Hi Shilpa,
This is a limitation of the way QB interacts with Subversion server. QB calls svn executable and upon password error, the svn executable will prompt for re-entering of the password and at this point, the process will not quit unless you cancel the build request itself via the configuration dashboard page.
Regards
Robin
You can prevent this by specifying '--non-interactive' in the SVN command line:
C:\Sandbox> svn --username drdt --password wrong_pwd --non-interactive co http://mySVN/svn/repos/project/trunk .\project
svn: OPTIONS of 'http://mySVN/svn/repos/project/trunk': authorization failed: Could not authenticate to server: rejected Basic challenge (http://mySVN)
QuickBuild uses --non-interactive for all svn commands except the very first "svn info" as it tries to accept certificate if there is any.
I found anither solution for this. I gave quite period as few seconds for repository. Then it threw error for wrong svn password and build didn't hang.
Can you elaborate on this solution?
Hi Robin,
I have given Quite period as '5' seconds in repository settings. It worked for me. It gave authentication error on dashboard page and build failed.
What is the authentication error being printed? Is the svn password specified in QB correct?
SVN password specified in QB was incorrect and the error thrown was
Command return code: 1
Command error output: svn: OPTIONS of 'http://punescmsrv/trial/repo/trunk/CSProject': authorization failed: Could not authenticate to server: ignored NTLM challenge, rejected Basic challenge (http://punescmsrv)
So you will either need to fix the password manually once it changes, or to update the password automatically via RESTful API.