[EMAIL PROTECTED] wrote:

> I want to import a number of files, but i want to import all the
> files
> as binary except for a certain extention.
> I found how to do it the other way around--import only the files with
> a certain extention as binary, but i can't find how to import
> everything as binary except for one extention. Any ideas?

cvs import -I ! -W "*.txt" -W "*.c" -W "*.h" -W "* -k 'b' -m 'COPY'"
<dir> <vendtag> <reltag>

Add other -W "*.<ext>" patterns for exclusion as you see fit.  Make sure
you add them before the final -W "* ..." pattern.  It provides the
default binary import operation.

Derek

--
                *8^)

Email: [EMAIL PROTECTED]
Public key available from www.pgp.net - Key ID F660EEB0
Fingerprint 720C C063 3A8F 44D3 684E  D7D4 D788 4BD9 F660 EEB0

--
"Very funny Scotty, now beam down my clothes!"



Reply via email to