You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Henrik Rentz-Reichert <hr...@protos.de> on 2004/02/25 09:41:37 UTC

svn: Berkeley DB error while opening 'nodes' table for filesystem D:/Develop/svn_fast/db: Not enough space

I have a repository located on a Win2000 machine and use svn version 
0.37 with ra-scheme file.

The repository consists of some 700 directories containing more than 
3000 files. I created it by migrating a 10 year old RCS tree using 
cvs2svn which lead to some 10.000 commits. Additionally I made some 
further modifications like setting svn:keywords, svn:eol-style and 
svn:externals peoperties and making 35 copies of the whole thing with 
some directories dropped in each (using svn copy URL1 URL2 first and 
then svn rm --force <list of URLs>).

The size of the Repository on my disk ist 238 MB.


Now I checked out

D:\dv\gtt\fast> svn checkout file:///M:/svn_fast/r027/branches/pro/fast d:\dv\gtt\fast\r027_co

with the result:

...
A  D:\dv\gtt\fast\r027_co\dsc\mlcrwlis.dsc
A  D:\dv\gtt\fast\r027_co\dsc\mlbtchs.dsc
A  D:\dv\gtt\fast\r027_co\dsc\tbprgp.dsc
A  D:\dv\gtt\fast\r027_co\dsc\mlctrlac.dsc
A  D:\dv\gtt\fast\r027_co\dsc\mmgrbtch.dsc
A  D:\dv\gtt\fast\r027_co\dsc\mfmskkfg.dsc
 U D:\dv\gtt\fast\r027_co

Fetching external item into 'D:\dv\gtt\fast\r027_co\goal'
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///D:/Develop/svn_fast/r027/trunk/goal'
svn: Berkeley DB error while opening 'nodes' table for filesystem D:/Develop/svn_fast/db:
Not enough space


Note: I have some svn:externals defined in the top level directory

[DV] D:\dv\gtt\fast> svn proplist file:///M:/svn_fast/r027/branches/pro/fast
Properties on 'file:\\\M:\svn_fast\r027\branches\pro\fast':
  svn:externals

[DV] D:\dv\gtt\fast>
[DV] D:\dv\gtt\fast> svn propget svn:externals file:///M:/svn_fast/r027/branches/pro/fast
base file:///D:/Develop/svn_fast/r027/trunk/base
tool file:///D:/Develop/svn_fast/r027/trunk/tool
goal file:///D:/Develop/svn_fast/r027/trunk/goal


[DV] D:\dv\gtt\fast>


Henrik



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