Re: svn
Re: svn
- Subject: Re: svn
- From: Chris Espinosa <email@hidden>
- Date: Wed, 12 Mar 2008 21:36:39 -0700
On Mar 12, 2008, at 7:47 PM, Sterling Garwood wrote: My problem is that the svn repository structure seems not to be built by either the Leopard install or the Xcode 3 install. Guess I have to build it by hand.
All I really want to do is checkout code from a network repository to my disk. I am doing an svn co svn://xxx.xxx and I get an error ...
the /var/local stuff isn't there
svn: Berkeley DB error for filesystem /var/local/subversion/xxxx/db while opening 'nodes' table: Cannot allocate memory svn: bdb: Lock table is out of available locker entries
This is easily found in the Subversion FAQ:
My repository keeps giving errors saying "Cannot allocate memory". What should I do?If you're using http:// access, "Cannot allocate memory" errors show up in the httpd error log and look something like this: [Wed Apr 07 04:26:10 2004] [error] [client 212.151.130.227] (20014)
Error string not specified yet: Berkeley DB error while opening
'strings' table for filesystem /usr/local/svn/repositories/svn/db:
Cannot allocate memory
[Wed Apr 07 04:26:10 2004] [error] [client 212.151.130.227]
Could not fetch resource information. [500, #0]
[Wed Apr 07 04:26:10 2004] [error] [client 212.151.130.227]
Could not open the requested SVN filesystem [500, #160029]
[Wed Apr 07 04:26:10 2004] [error] [client 212.151.130.227] (17)
File exists: Could not open the requested SVN filesystem [500, #160029]
It usually means that a Berkeley DB repository has run out of database locks (this does not happen with FSFS repositories). It shouldn't happen in the course of normal operations, but if it does, the solution is to run database recovery as described here. If it happens often, you probably need to raise the default lock parameters ( set_lk_max_locks, set_lk_max_lockers, and set_lk_max_objects) in the db/DB_CONFIG file. When changing DB_CONFIG in an existing repository, remember to run recovery afterwards. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >svn (From: Sterling Garwood <email@hidden>) |