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



_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to