|
Project
|
SVNKit
|
|
Priority
|
Show-stopper |
|
Type
|
Exception |
|
State
|
Open |
|
Assignee
|
Alexander Kitaev |
|
Subsystem
|
Working Copy |
|
Affected versions
|
1.7.0-alpha, 1.7.0, future |
|
Fix versions
|
1.7.0-alpha, 1.7.0 |
|
Fixed in build
|
No Fixed in build
|
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106)…
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:90)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:644)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:280)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:268)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:536)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1009)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:953)
at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1036)
at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:181)
at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:581)
at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:160)
at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:790)
at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:554)
at com.hp.svnreporter.controller.SVNWorker.getChanges(SVNWorker.java:111)
But I think it's still a bug...
org.tmatesoft.svn.core.SVNException: svn: Received fatal alert: bad_record_mac
svn: OPTIONS request failed on '/project_sls'
http://issues.tmatesoft.com/issue/SVNKIT-182?projectKey=SVNKIT&query=bad_record_mac#tab=Linked%20Issues
java -Dsvnkit.http.sslProtocols=SSLv3 -classpath a.jar:svnkit.jar:... mainClassName
Or one may set it programatically at runtime:
System.setProperty("svnkit.http.sslProtocols", "SSLv3");
To "fix it" I edited /etc/eclipse.ini and added a line with -Dsvnkit.http.sslProtocols=SSLv3, and now it allows me to connect and browse. Having quotes around SSLv3 (as stated earlier) seems to give eclipse some grief. Enjoy.
org.tmatesoft.svn.core.SVNException: svn: OPTIONS /view/yahoo/yos/trunasdfasdfk/yahoo/ydn failed
Please help me over this