I am on a Windows Server machine and trying to make a mirror of an SVN repository using svnsync
(version 1.8.1 for win32, not installed, just extracted and svnsync
called straight from the bin folder). The server requires a client certificate to grant access (https).
The messages I get from svnsync
are
E120171: Unable to connect to a repository at URL https://external.svnserver.com/myrepos
E120171: An error occurred during SSL communication
.
I can check out the repository via TortoiseSVN, providing my certificate as pfx-file.
I assume I have to provide the certificate for the svnsync command as well. Question is how? Or are there other options to mirror an svn repository?