I would like to know if there is any way to commit multiple files together in RCS. When i say together, it means that I have done my changes to multiple files but they are to be included in the same commit. I know that the checkin command is:
ci -u filename
Also, I know that for using a log message:
ci -u -m 'message' filename.ext
If someone could help me out, it will be great!
THNX