> it's pretty slow, because it uses system calls > to execute the CVS commands.
Then I assume you are using an OS that has a high overhead on creating processes, eg: OSX or Windows? > Has anyone ever made a python to CVS interface > library that I could use? No - there were a few many years ago but most were not maintained, it's also now very quick to fire off cvs processes (even on windows with cvsnt). If you start a new thread and descibe what you are trying to achieve with your python script then you may be surprised to find that someone will already have a solution? CVS has been around for a very long time you know - 20 years - there is at least some chance someone else has had the same "problem" before. Regards, Arthur _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
