I need to do some automated checkouts of CVS projects from Python scripts, and want ot be able to handle success and failure conditions.

While sending the command lines to cvs isn't a problem, I could use some suggestions for how to check the cvs responses.
Parsing the text returned from CVS isn't  a good idea, since I don't know all of the possible combinations of strings indicating sucess of failure.
I wasn't able to find any wrappers for Python by googling.

Suggestions pelase..


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to