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

Re: db memory errors

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-06-03 18:11:40 CEST

"James Goodall" <jgoodall@dmetrix.com> writes:

> Hi. I tried posting this in users@ a couple of days ago, but I haven't
> received a response (in fact, I seemed to have killed the thread
> altogether).
>
> Here's some more detail as to what the automated script is doing:
> * Use 'svnlook tree' to get the file names in the repository
> * Search the tree for directories containing special files
> * Checkout, possibly update file contents/props, and checkin in found
> directories (one directory at a time)
>
> Also, I never need to 'svnadmin recover' the repository, just restart apache
> to kill off the hung python processes.
>
> This is really starting to be a pain in the butt so if anyone could help me
> out with this I would appreciate it. Otherwise I'll have to downgrade to
> 1.0.2.

Well, there are no diffs between svnperms.py in 1.0.2 and 1.0.4. So
we can rule out changes there.

svnlook changed, but the change was for pool usage fixes only. Still,
you could try applying this patch:

    svn diff --new http://svn.collab.net/repos/svn/tags/1.0.2 \
             --old http://svn.collab.net/repos/svn/tags/1.0.4 \
             subversion/svnlook

Other than that, I don't see any changes b/w 1.0.2 and 1.0.4 that
would be expected to effect how your script behaves.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 3 18:13:18 2004

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.