info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Is there any python lib for calling CVS api?


From: Arthur Barrett
Subject: RE: Is there any python lib for calling CVS api?
Date: Thu, 9 Nov 2006 11:52:27 +1100

Kevin Lee,

> My script run on windows,

If you are using CVSNT then move the discussion over to the CVSNT newsgroup:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Also on Windows you may find it easier to do this as a Phython script in WinCVS 
(which in turn uses CVSNT).
http://groups.yahoo.com/subscribe/cvsgui

> i just want to get all the files's
> status on local folder.

Isn't "cvs status -ql" good enough?
Or:
cvs status -ql | grep "Locally Modified"  

If not then (using CVSNT) use "cvs ls -r branchname -l module/directory".

Regards,


Arthur





reply via email to

[Prev in Thread] Current Thread [Next in Thread]