Re: RCS - how do I checkin multiple files with the same comment?

Colin Brough <[email protected]> Fri, 27 Jun 2008 20:46:56 +0100
Newsgroups gmane.comp.gnu.rcs
Message-ID <20080627194656.GC6347@broughmain>
> 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]