[Tutor] pyCVS

Guido van Rossum guido@CNRI.Reston.VA.US
Mon, 17 Jan 2000 12:20:01 -0500


> Is there a module that lets me use Python as a CVS client?

There's also some (*REALLY* old) code in Demo/pdist/cvslib.py that I
once wrote when I wanted to use some CVS functionality from Python.
It doesn't support remote CVS, but it used to parse the main CVS file
format (CVS/Entries).  Right now, it seems to be confused by 'D'
records and by a change in the way dates are recorded, but that
shouldn't be too hard to fix.

Could be a starting point.

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