Re: CVS interface module

2005-05-28 Thread Jim
Thank you; in fact I did see that. Forgive me, but it is often difficult to tell what on sf is helpful. I noted the version number 0.1, the file date of 2003, that there are essentially no hits (that is, that people seem not to be downloading), and that there is almost no traffic in the forums.

Re: CVS interface module

2005-05-28 Thread Fredrik Lundh
"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,

CVS interface module

2005-05-28 Thread Jim
Hello, 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 loo