cvs via python?

holger krekel pyth at devel.trillke.net
Sat Aug 10 05:54:20 EDT 2002


Mark McEahern wrote:
> If I want to do CVS stuff from Python, is it pretty much:
> 
>   os.system("cvs co ...")
> 
> and the like or is there a Python library for doing CVS?

not really but there are lots of small wrappers scripts.  

E.g. ViewCvs has rlog.py which allows to access history 
information.  Having a cvs-lib would be better, though.

> I hope the question makes sense.

it does.

cheers,

    holger




More information about the Python-list mailing list