Hi Arthur Barrett, Thank you .My script run on windows,i just want to get all the files's status on local folder. But ,if i use the command "statue" get a list,then use the python to parase it,it would be slowly,may be use more then one thread:(
Kevin Lee On Nov 8, 4:41 am, "Arthur Barrett" <[EMAIL PROTECTED]> wrote: > > 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
