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.
Joseph, > Is there any known problems with using python > for the verifymsg and commitinfo scripts? The 3GL interface is generally a lot more "reliable" especially on windows, and means that you can get a server running without the need to install a whole new language. There is also a windows scripting interface for VBScpript etc. > cvs commit -f -m "BugID:098765\nComment: some comment" notify Why not use: cvs commit -f -b 098765 -m "some comment" Regards, Arthur