It took me a while to figure out how I can make NetBeans work with my self signed ssl certificate that I use for my subversion server:
- Perform any svn operation with the locally installed command line client (addressing the server with the untrusted certificate)
- When the client responds with messages about an untrusted certificate, accept it
- Under Windows, copy your
C:Documents and SettingsApplication DataSubversionauthsvn.ssl.server to
C:Documents and Settings.netbeansconfigsvnconfigauthsvn.ssl.server
Then, svn command work well under NetBeans
thx for this info. it works! 🙂