Indexing SVN Repository fails due to svn: E175002: CRLF expected at end of chunk: -1/-1
Problem
Fisheye tries to index a Subversion repository but fails with the following error:
Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on '/svn/RandD/!svn/vcc/default' java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on '/svn/RandD/!svn/vcc/default' org.apache.subversion.javahl.ClientException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on '/svn/RandD/!svn/vcc/default'
Cause
This indexing error is caused by a timeout in SVN server.
Resolution
Increase the value of the Timeout
and/or http-timeout
directive in the SVN server (Apache global level setting).
You must also set the SVN Operation Timeout on the Fisheye administration page as this also defaults to 60 minutes.
See SVN operations taking longer than an hour time out for detailed instructions.
Last modified on Mar 8, 2022
Powered by Confluence and Scroll Viewport.