svn eats all memory, OOM killer kicks in
From: Marcelo E. Magallon <marcelo.magallon_at_bigfoot.com>
Date: 2002-04-12 22:34:36 CEST
Hi,
while playing with subversion I found this problem. I'm using the
* I create a repository
svnadmin create ~/tmp/wmaker/svn
* I checkout this
cd ~/tmp/wmaker/work
* I create some directories here
svn mkdir trunk
* I introduce some files in the working copy
cd branches/upstream
* I check in
cd ../..
* A second check-in attempt produces this:
Adding branches/upstream/util/wmsetup.c
svn_error: #21068 : <File already exists in revision>
svn_error: #21068 : <File already exists in revision>
At this point I assume the repository has been corrupted. How can I
My box has 256 MB RAM + 128 MB swap. About 300+ MB are free before the
I have compiled subversion myself from a fresh check out (1677). BDB
./configure CC="cc -g"\
(that's cut'n'pasted from a makefile used to compile subversion)
Thanks,
Marcelo
---------------------------------------------------------------------
|
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.