-
Bug
-
Resolution: Fixed
-
Low
-
3.10.0, 3.10.1, 3.10.2
Summary
In FishEye, when indexing a repository using svn+ssh, the following error occurs:
Caused by: org.tmatesoft.svn.core.SVNException: svn: E210004: Malformed network data at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) [svnkit-1.8.10.jar:?] at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) [svnkit-1.8.10.jar:?] at org.tmatesoft.svn.core.internal.io.svn.SVNEditModeReader.driveEditor(SVNEditModeReader.java:248) [svnkit-1.8.10.jar:?]
Steps to Reproduce
- Index a repository using svn+ssh protocol.
Expected Results
The repository indexes without error.
Actual Results
The below exception is thrown:
Caused by: org.tmatesoft.svn.core.SVNException: svn: E210004: Malformed network data at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) [svnkit-1.8.10.jar:?] at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) [svnkit-1.8.10.jar:?] at org.tmatesoft.svn.core.internal.io.svn.SVNEditModeReader.driveEditor(SVNEditModeReader.java:248) [svnkit-1.8.10.jar:?]
Notes
This is a bug in the bundled SVNKit library FishEye uses. This is fixed in SVNKit 1.8.11.
Workaround
Switch to using the native Subversion client.
- mentioned in
-
Page Failed to load
Form Name |
---|
I've managed to reproduce the problem on large svn repository (small ones worked fine) on 3.10 with svnkit-1.8.10
same operation works fine on svnkit upgraded to version 1.8.11.
Seems to be fixed by:
https://issues.tmatesoft.com/issue/SVNKIT-606 is still unresolved at the moment, but svnkit 1.8.11 changelog confirms the issue was fixed there, see https://fisheye2.atlassian.com/changelog/SVNKit?cs=10483
Need to run more tests with newer svnkit library and hopefully this fix will be released in the next few days.