我在我的ubuntu 12.04系统上安装了netbeans,用于netbeans网站上的php编程。
从svn存储库中检出时我正在查找错误
svn: E175002: Received fatal alert: bad_record_mac
我检查了这个问题并想出了这个
http://issues.tmatesoft.com/issue/SVNKIT-176
但我在netbeans安装中找不到eclipse.ini。 感谢
答案 0 :(得分:5)
1. Add the following line to the eclipse.ini file in your eclipse installation directory.
-Dsvnkit.http.sslProtocols=SSLv3
2. Restart eclipse.
3. Repeat the same operation as before and it should complete without any errrors.
答案 1 :(得分:0)
我也在Netbeans中遇到过这种情况,以前svn正常工作然后突然出现错误,如bad_record_mac
我可以通过重新启动Netbeans然后重新启动svn来解决这个问题。