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.
Van Quakebeke, Joe wrote: > Where do I find the 3GL interface? There's some (sparse) documentation in the manual and some example code in the source tree. > The documentation said that verifymsg and rcsinfo can only be used with > a user defined template. Since I want to check the bugID against > another database I need the template to ensure I get some thing to check > against. Can verifymsg read the bugID attribute passed by the -b/-B > options? If yes, then I think the documentation needs an update. verifymsg isn't called per-file, and multiple files can be edited with multiple bugids (in fact the server even has support for a file to be edited with mutltiple bugids but most of the scripts don't support that). Loginfo gets a bugid for each committed file - you can verify and validate it there. Tony