Hello Darly, You may resolve the problem either by setting Timeout directive on the server side to large than default value (in Apache web server configuration) or by enabling spooling for all operations in SVNKit. Spooling option, however, is not available for Eclipse plugin - it is only possible to control it through SVNKit API at the moment.
In case you need to check out large project once, then I may suggest you to check out root folder with depth set to "immediates" from repositories view (so, you'll get folders) and the check out each folder individually setting "fully recursive" depth (from team | update to vervsion... context menu on each folder) and marking "change working copy to specified depth" check box. This will reduce checkout size and most probably there will be no timeout with smaller check outs. Alexander Kitaev, TMate Software, http://subgit.com/ - Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 29 May 2014 20:41, dsenecalb <dsenec...@gmail.com> wrote: > I have a huge repository (implemented for years), and I want to perform a > certain checkout through https protocol. However, almost ending the > repository checkout in eclipse, there is an error that throws as follows. > > > svn: E175002: chunked stream ended unexpectedly > svn: E175002: REPORT request failed on '/svn/repo/!svn/vcc/default' > svn: E175002: chunked stream ended unexpectedly > svn: E175002: REPORT request failed on '/svn/repo/!svn/vcc/default' > chunked stream ended unexpectedly > > Sometimes, when I perform the same activity again, there is no error. But > still, we need to resolve the issue. > > This is happening under Eclipse's subclipse plugin and using the SVNKit > client adapter. > > > The svnkit version that we are using is 1.8.7 (From one of the users). But > from mine is using the svnkit version 1.8.5 (from subclipse 1.10.4) > > Regards, > > > > -- > View this message in context: > http://subversion.1072662.n5.nabble.com/Chunked-stream-ended-unexpectedly-tp188803.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > >