[cvsnt] Re: Binary files are imported as text files (CVSNT 2.5.02 #2096)

Tony Hoyle tony.hoyle at march-hare.com
Wed Sep 28 18:16:50 BST 2005


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



More information about the cvsnt mailing list