我在我的 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。谢谢
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.
我也在 Netbeans 中遇到过这种情况,以前 svn 工作正常,然后突然出现 bad_record_mac 之类的错误
我可以通过重新启动 Netbeans 然后 svn 再次工作来解决这个问题。