python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] SVN precommit hook Thomas Wouters Thu Jul 12 18:01:05 2007
On 7/11/07, Thomas Wouters <[EMAIL PROTECTED]> wrote:
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.
Oh, and for the record, it also fails when there are no whitespace issues to fix. I can't check in my (admittedly somewhat big) svnmerge now. It touches about 1130 files. -- 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