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.
Bo Berglund wrote: > Come to think of it, I guess this is similar to a bug we had during > the pre 2.5.01 release testing where a parameter consisting of a space > separated list was passed in a way that made the command interpreter > cut it into individual parameters. Tony fixed that back then for > loginfo (or was it taginfo, I don't remember now). > So Tony, could you have a look at this case too, please? > It's not a separate case - the command is passed to the command interpreter quoted already... in fact your batch file works perfectly without quotes... DEFAULT d:/t/cvsroot/test.bat %s %m %p D:\t\CVSROOT>cvs commit -fm "test message" test.txt %1= test.txt %2= "test message" %3= CVSROOT Checking in test.txt; d:\repo/CVSROOT/test.txt,v <-- test.txt new revision: 1.62; previous revision: 1.61 done Tony