[Python-Dev] SVN precommit hook

Thomas Wouters thomas at python.org
Wed Jul 11 15:46:18 CEST 2007


On 7/11/07, Thomas Wouters <thomas at python.org> wrote:

> libsvn._core.SubversionException: ("Can't open file
> '/data/repos/projects/db/transactions/56255- 1.txn/props': Too many open
> files", 24)


Fixed. The problem was that checkwhitespace.py wasn't closing the SVN
streams it was reading. Added the 'svn_stream_close' call and my checkin got
through. Should be safe to do massive checkins from now on ;-)

-- 
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20070711/d4f136a8/attachment.html 


More information about the Python-Dev mailing list