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.
Wolfgang Sprick wrote: > Hi, > > installing the latest version of cvsnt (2.0.14) everything seems fine. But > with one complex project (TikiWiki) which also includes binary files with > 'cvs commit -m "check CVS process"' at the end of all those commit > messages I receive > > cvs server: nothing known about `Test' > cvs server: nothing known about `-m' > cvs server: nothing known about `check CVS process' > cvs server: nothing known about `--' > cvs server: Examining TikiWiki > cvs [server aborted]: correct above errors first! > cvs commit: Examining Test > It sounds like whatever is calling cvs is using a malformed command line - the 'Test' bit sounds really suspicious - like something someone would put in a script while debugging it. Obviously, since files have been added to the command line already the -m is then treated as a file. Also check your .cvsrc file to see if 'Test' is coming from it. Tony