[Python-Dev] SVN precommit hook

Thomas Wouters thomas at python.org
Wed Jul 11 14:03:56 CEST 2007


I just got this traceback trying to do a rather large checkin:

Transmitting file data
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................svn:
Commit failed (details follow):
svn: 'pre-commit' hook failed with error output:
file /python/branches/p3yk-noslice/Lib/test/string_tests.py is not
whitespace-normalized
file /python/branches/p3yk-noslice/Doc/tools/buildindex.py is not
whitespace-normalized
file /python/branches/p3yk-noslice/Lib/test/test_array.py is not
whitespace-normalized
Traceback (most recent call last):
  File "/data/repos/projects/hooks/checkwhitespace.py", line 50, in ?
  File "/var/lib/python-support/python2.4/svn/core.py", line 217, in run_app
  File "/data/repos/projects/hooks/checkwhitespace.py", line 32, in main
  File "/var/lib/python-support/python2.4/libsvn/fs.py", line 381, in
svn_fs_node_prop
libsvn._core.SubversionException: ("Can't open file
'/data/repos/projects/db/transactions/56255-1.txn/props': Too many open
files", 24)

I'm not complaining about the whitespace-normalization issues, but rather
the open files issue ;-P It sounds like a buglet somewhere, although it may
be in libsvn.

-- 
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/3b7e1030/attachment.htm 


More information about the Python-Dev mailing list