CVS module

Fredrik Lundh fredrik at pythonware.com
Tue Apr 13 10:49:08 EDT 1999


Michael Sobolev 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.

maybe

    Demo/pdist/cvslib.py

(in the Python source distribution) could be a start?

</F>





More information about the Python-list mailing list