CVS module

Michael P. Reilly arcege at shore.net
Tue Apr 13 11:25:20 EDT 1999


Michael Sobolev <mss at anguish.transas.com> wrote:
: My quick attempt to find something that would help me to cope with CVS files
: failed.  Could anybody advise me whether such a module exist?  Under "such a
: module" I mean something that permits to get the complete information about the
: given file:

:     cvsfile = CVSFile (<full path to file>)

:     from pprint import pprint

:     pprint (cvsfile.revisions)

: or something alike.

I have some modules that I wrote a year ago.  Nothing of production
quality, but they were usable (and stable).  I used them a lot in
my SCM/RM duties.

Read the cvslib.py doc for usage.

The URL is: http://www.shore.net/~arcege/python/Pycvs.tar.gz

  -Arcege





More information about the Python-list mailing list