[NTLUG:Discuss] any CVS experts out there?
Richard Cobbe
cobbe at directlink.net
Sat Apr 7 13:29:21 CDT 2001
Lo, on Friday, April 6, Paul Elliott did write:
>
> Any CVS experts out there?
You'll find more on info-cvs at gnu.org:
<http://mail.gnu.org/mailman/listinfo/info-cvs>,
<mailto:info-cvs-request at gnu.org?subject=subscribe>; there's a searchable
archive at <http://www.mail-archive.com/>.
> I want to import a project that has both text and binary
> files:
> Is the following the correct command to do the import?
> import -m "transfer files from OS/2 " -W "*.mid -k 'b'" -W "*.jpg -k 'b'" -W "*.gif -k 'b'" cfi pelliott start
To be honest, I don't know if this would work or not. (You do need to
fix up your quoting, though.)
If I were trying to do this, I'd use $CVSROOT/CVSROOT/cvswrappers to set
*.mid, *.jpg, and *.gif to binary, and then just use
cvs import -m "transfer files from OS/2" cfi pelliott start
See the `Wrappers' node of the CVS info page for more information.
Richard
More information about the Discuss
mailing list