[Python-Dev] CVS woes...

Guido van Rossum guido@python.org
Wed, 29 Mar 2000 13:23:38 -0500


> Does anyone else besides me have trouble getting their Python tree to sync
> with the CVS repository?  I've tried all manner of flags to "cvs update",
> most recently "cvs update -d -A ." with no success.  There are still some
> files I know Fred Drake has patched that show up as different and it refuses 
> to pick up Lib/robotparser.py.

My bad.  When I move or copy a file around in the CVS repository
directly instead of using cvs commit, I have to manually call a script
that updates the mirror.  I've done that now, and robotparser.py
should now be in the mirror.

--Guido van Rossum (home page: http://www.python.org/~guido/)