CVS interface module

Fredrik Lundh fredrik at pythonware.com
Sat May 28 10:17:21 EDT 2005


"Jim" wrote:

> Inside of a Python script I need to work a CVS archive.  Nothing fancy,
> but I need to update the local tree, change or add some files from time
> to time, and commit.  Naturally I looked for a module that would allow
> me to easily see if there were conflicts, the server is down, etc.
>
> I've looked in this group, Googled around, etc., but I've not found
> anything.

have you seen

    http://pycvs.sourceforge.net/

?

(on the other hand, if it's your own archive, you might wish to switch to
a more modern CVS-style system, http://subversion.tigris.org, which has
a native Python API)

</F>






More information about the Python-list mailing list