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.
Hello,
Quick question: I noticed the following note under the "URL to checkout" field that appears when editing an SVN repository in a configuration.
NOTE: If you are using https:// or svn+ssh:// schema, you should make sure that svn server certificate has been accepted permanently by your build machine for the same user account the QuickBuild process is running as.
Does it still apply or is it now done automatically by QuickBuild (i.e. by adding --trust-server-cert and --non-interactive to all svn commands) ?
-
replies
4
-
views
2595
-
stars
0
-
QB does not add option --trust-server-certificate automatically. Please file an improvement request for this.
Improvement request was created here: http://track.pmease.com/browse/QB-1662
So for now, what is the recommended way to accept SVN certificates? AFAIK, there is no way to specify additional parameters to an SVN checkout step. So does someone have to manually launch a command (e.g. svn checkout) on every node and accept the certificate for every SVN repository used? We have a lot of build nodes and SVN repositories so it is not practical to do so.
It will be implemented in next patch release in one or two days. Right now, the only approach is to accept the certificate on each node. For instance, you may create a configuration to call subversion command via command build step on each node (with help of step repetition setting) to accept server certificates.
Ok, thanks for the update, I will wait for the next patch.