Hi All,
We recently upgraded to Fisheye 3.1.1 from 2.7.13
I was able to re-add and re-index all my repositories without any issues except for one. This repo is particularly large, and even though it adds properly and completes it's initial changeset scan properly, it then fails part of the way through indexing them. This is the error I get
Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: org.apache.subversion.javahl.ClientException: svn: E175002: chunked stream ended unexpectedly svn: E175002: REPORT request failed on '/<repo>_basic/!svn/vcc/default' org.apache.subversion.javahl.ClientException: svn: E175002: chunked stream ended unexpectedly svn: E175002: REPORT request failed on '/<repo>_basic/!svn/vcc/default' org.tmatesoft.svn.core.SVNException: svn: E175002: chunked stream ended unexpectedly svn: E175002: REPORT request failed on '/<repo>_basic/!svn/vcc/default' java.io.IOException: chunked stream ended unexpectedly
We are using Apache on SVN with a 'www' user for authentication, but nothing on our SVN server side changed for configuration, and the other repositories are working fine. Also, I am able to perform an 'SVN LOG <SERVER>/<REPO>' to pull that info with the user/pw from the fisheye server with no problems.
Has anyone seen this issue before? A search on the error only seems to turn up issues about SVN checkouts, but no one is mentioning issues doing checkouts or merges.
Any help would be greatly appreciated.
-B