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.
Thomas Singer wrote: >> import -I! -W *.* -ko -W *.bin -kb > > > OK, I've tried this on command line: > > | C:\temp\b>cvs import -I! * -ko -W *.png -kb dir vendor-tag release-tag > | cvs [import aborted]: tag '*.png' must not contain the characters > '$,.:;@' > I assume that's not literally what you typed :) cvs import -I! -W "* -ko" -W "*.png -kb" dir vendor-tag release-tag works fine for me. Tony