Tim Arnold wrote:
> Hi, I need to do some scripting that interacts with CVS. I've been just 
> doing system calls and parsing the output to figure out what's going on, but 
> it would be nice to deal with CVS directly.
> 
> Does anyone know of a python module I can use to interface with CVS?
> thanks,

Hello Tim

Not exactly what you asked for, but I've integrated Tortoise CVS with 
WinEdt.  This gives users with menu commands in WinEdt for invoking 
Tortoise.  Works well for my users, but might not meet your need.

Have you looked at
     http://rhaptos.org/downloads/python/pycvs/

Or for Subversion
     http://pysvn.tigris.org/

If you use Subversion, you call then also use Trac (which is written in 
Python)
     http://trac.edgewall.org/

Please let us know how you get on.

-- 
Jonathan



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to