How to work with SVN 1.7 repositories using Netbeans 7.1?

浪尽此生 提交于 2019-12-05 06:47:09

The SVN onfiguration is not automatically import in Netbeans. You can find here a brutal way to deal with that (copy svn config in Netbeans).

If you want more accurate informations and elegant way to solve the problem look at this link.

Just install the server certificate in the client's trusted root certificates container:

  • Save the certificate to a local file.

If you have access to the server, copy the certificate to your computer.

If not have access to the server but you have chrome, just type the root svn repository URL and click on the paddock (at the left of the https letters), then click in certified data > details tab > copy in file button.

With Internet explorer is similar but the copy in file button will be disabled if the site is not added in the trusted places: internet options > security tab > trusted places > Places > type the subversion URL > add > close and accept all windows > restart explorer. Then, you would be able to save certificate.

  • Right click in the certificate > install certificate

  • Select all users or current as you need > click next.

  • Mark place all certificates in the following store (second option).

  • select trusted root certification authorities folder > accept.

  • Next > Finish and Ok.

  • Restart netbeans.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!