You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by banderson <br...@thomson.com> on 2008/01/17 19:22:56 UTC

Cannot checkout full contents of repository

I have my svn server on a redhat 4 server, and my client is a Win XP
computer.  I am using cygwin as my ssh client, and both TortoiseSVN and
Eclipse' SVN are having the same problem:  I can checkout some files, but
then it hangs when it comes to a large (still less than 2MB) file.  It waits
almost an hour before throwing the error "Connection closed unexpectedly". 
I've removed the large file, and I can checkout just fine.  Is there a
setting as to what file size I can have in the repository?
-- 
View this message in context: http://www.nabble.com/Cannot-checkout-full-contents-of-repository-tp14929827p14929827.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Cannot checkout full contents of repository

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jan 17, 2008, at 13:22, banderson wrote:

> I have my svn server on a redhat 4 server, and my client is a Win XP
> computer.  I am using cygwin as my ssh client, and both TortoiseSVN  
> and
> Eclipse' SVN are having the same problem:  I can checkout some  
> files, but
> then it hangs when it comes to a large (still less than 2MB) file.   
> It waits
> almost an hour before throwing the error "Connection closed  
> unexpectedly".
> I've removed the large file, and I can checkout just fine.  Is there a
> setting as to what file size I can have in the repository?

There is no such setting and there is no limit, beyond the limit of  
your APR library (use APR >= 1.2 if you need to deal with revisions >  
2 GB) and the limits of your filesystem.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org