I am using TortoiseSVN 1.8.1,
Build 24570 - 32 Bit , 2013/07/22 18:28:29, Subversion 1.8.1, -release, apr 1.4.8, apr-util 1.5.2, serf 1.3.0, OpenSSL 1.0.1e 11 Feb 2013, zlib 1.2.8
I created batch file and want to call it from Jenkins CI.
The command line follows:
svn update --trust-server-cert --non-interactive --username UserName --password Password FolderName
If I run it from cmd.exe it is ok. But if I run it from Jankins, it fails with error:
svn: E230001: Unable to connect to a repository at URL 'https://server/path' svn: E230001: Server SSL certificate untrusted
I found similar question at SO http://stackoverflow.com/questions/17177405/svn-server-ssl-certificate-untrusted-from-post-commit-hook, but there is no answer for it. How can I fix the issue?