Can CVS use an input file in place of options for each individual file.

We have a list of files that makes up a recipe of what source code is
needed to make a product.  I would like to use this file as a input to a
CVS command to do checkouts, tag, commit, etc.


Here is an example

Input file input.rxt:
/foo/foo.c  1.1
/foo/abc.h  1.4 

Command line

Cvs co @input.txt
Or
CVS co < input.txt

Thanks in advance

Hamid



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to