[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Berkeley DB error with Checkout, but List works fine

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-28 22:54:48 CET

"Jonathan Wilson" <Jonathan.Wilson@walshwestern.com> writes:

> Has anybody ever seen the following message??? I know there isn't a
> problem with the file system lacking space and am pretty sure our
> permissions are okay, as it's the person who created the SVN Repo that
> is trying this command. (SVN 1.1.3, I do have close to 1450 file in a
> single directory)
>
>> bash-2.05b$ svn checkout file:///svn
>> svn: Unable to open an ra_local session to URL
>> svn: Unable to open repository 'file:///svn'
>> svn: Berkeley DB error while opening environment for filesystem
> /svn/db:
>> Not enough space
>> svn: bdb: mmap: Not enough space
>
> If I run this command there isn't a problem:
>
>> bash-2.05b$ svn list file:///svn
>> 0908vf-inventorywhiploc.p
>> 12032003conthist.p
>> etc...
>
> Any thoughts?

I think checkout uses two database connections while ls uses only one.
Perhaps you are hitting a process limit, what does ulimit report?
Running "strace svn ..." might provide more information.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 28 22:56:04 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.