[Zope-Coders] [Zope3-dev] Denying commit for carriage returns in text

Fred L. Drake, Jr. fred@zope.com
Wed, 13 Nov 2002 18:02:07 -0500


Jeremy Hylton writes:
 > What could possibly go wrong ;-).

Seriously, the number of processes created goes way up because this
does everything with shell commands, and cvs.zope.org slows down
incredibly.

This would be bad.

I'm almost done with a Python version that's much more efficient since
it only runs one external process (it runs rlog just once, and does
everything else internally).  It also adds the check for Tabs, and
tells why each file was denied, instead of stopping at the first.


  -Fred

-- 
Fred L. Drake, Jr.  <fred at zope.com>
PythonLabs at Zope Corporation