You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Benjamin C Brodie <br...@vss.fsi.com> on 2004/09/07 20:40:59 UTC

svn dies on large commits

When i try to do a large commit (>2GB) using fsfs under Unix, it dies
complaining:

  svn: Can't write to file
'/home/subversion/repos/db/transactions/1-1.txn/rev': File too large

Large file support is turned on, and I've confirmed that this is not a
problem using bdb. Does anyone know a workaround (besides using bdb of
course)?

Thanks,
Ben


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

Re: svn dies on large commits

Posted by Lee Merrill <Le...@bustech.com>.
Hi Ben,
    You might check "ulimit -f" for the user id that svn is running under...

Lee

>When i try to do a large commit (>2GB) using fsfs under Unix, it dies
>complaining:
>
>  svn: Can't write to file
>'/home/subversion/repos/db/transactions/1-1.txn/rev': File too large
>
>Large file support is turned on, and I've confirmed that this is not a
>problem using bdb. Does anyone know a workaround (besides using bdb of
>course)?
>
>
>  
>


-- 
+=========================================================
+ Lee Merrill    lee@bustech.com    919-866-2008
+=========================================================

Unless otherwise stated, any views presented in this email are solely those of the author and do not necessarily represent those of the company.



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