Ssl – How to accept an SSL certificate through the SVN command line

command-line-interfacesslsvn

Is there an command line option to auto accept a SSL certificate permanently using the SVN commandline in a way that avoids the prompt?

Best Answer

It depends somewhat on your version of SVN. Recent (1.6+) ones have the usual --non-interactive (which you want to use to avoid prompts) and also a --trust-server-cert that may do what you want.