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.
Dave Muirhead wrote: > I've tried "cvs commit ./-213232.xml" and that doesn't > work. I've tried "cvs commit \-213232.xml" and that > doesn't work. The standard way is to use cvs commit -- -213232.xml. AFAIK this won't work in cvs 1.11 (unless they've fixed it now) because the -- gets stripped out by the command line processor. cvsnt clients get around it by inserting an extra '--' in the protocol traffic while sending most commands. Tony