Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
> does anyone know if some URLs exist where I could find some Python scripts > which automate CVS processes (like multi-module tag management, multi-module > check-out, list all objects for a tag, ...) Why would you need scripts for those tasks? Could you maybe specify your requirements? Also, are you thinking of standalone scripts or macros for WinCvs? > multi-module tag management, > multi-module check-out You could pass as many module names as you want to the tag/rtag and checkout commands (though not from the WinCvs GUI). What exactly is it that you want to accomplish? > list all objects for a tag If by object you mean files, try: cvs log -SR -rTAG or: cvs rlog -SR -rTAG Module(s) If you were thinking of revisions, try: cvs log -SN -rTAG Hope this helps. -- Oliver ---- ------------------ JID: ogiesen at jabber.org ICQ: 18777742 (http://wwp.icq.com/18777742)