> I want to check in multiple files with the same checkin message using
> RCS. How would I do that? I tried the following and none of these
> options worked:
> 
> ci -u -m"initial checkin" test*

This would work, if you were checking in a file that had already been
checked in previously.

However, given the word "initial", what you need is:

        ci -u -t-'Initial checking' test*

HTH

Cheers

Colin

----------------------------------------------------------------------
Colin Brough                             [EMAIL PROTECTED]



Reply via email to