[Python-Dev] who's maintaining tools/idle?

Fred L. Drake, Jr. fdrake@acm.org
Fri, 2 Nov 2001 09:27:23 -0500


Fredrik Lundh writes:
 > just noticed that CVS is merging changes into icons/minusnode.gif
 > every time I do a cvs update.  doesn't sound right.
 > 
 > turns out that minusnode.gif and plusnode.gif has been checked in
 > as text files (no -kb option).

  You can adjust the -k* options using "cvs admin".  I just did:

	cvs admin -kb plusnode.gif minusnode.gif

to fix it for those two files; you might get one more update to
correct what you have now, but things should work as expected after
that.
  Thanks for pointing this out!


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation