When trying to update a subversion working copy from Netbeans, I get the following error
svn: E175002: Unable to connect to a repository at URL 'https://svn.XXX.de/svn/[RepositoryName]'
svn: E175002: OPTIONS of 'https://svn.XXX.de/svn/[RepositoryName]': Server certificate verification failed: issuer is not trusted (https://svn.XXX.de)
Additionally I get a popup window saying
SVN command returned with the following error:
javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name
I know about this issue and I successfully made a svn checkout
using TortoiseSVN. I permanently accepted the server certificate. Accessing and working with working copies from commandline and Tortoise SVN is fine.
Netbeans is started with the -J-DsvnClientAdapterFactory=commandline
option, so accessing SVN 1.7 repositories basically works.
NetBeans IDE 7.1 (Build 201112071828)
Java 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
TortoiseSVN 1.7.6, Build 22632 - 64 Bit
System Windows 7 - 64 Bit
What can I do to work with my repositories using Netbeans?
Thanks for any useful hint!