python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] SVN precommit hook Thomas Wouters Thu Jul 12 18:01:11 2007
On 7/11/07, Thomas Wouters <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
_______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] SVN precommit hook Thomas Wouters
- Re: [Python-Dev] SVN precommit hook Thomas Wouters
- Re: [Python-Dev] SVN precommit hook Thomas Wouters <=
- Re: [Python-Dev] SVN precommit hook Martin v. Löwis