Re: [PHPLIB-DEV] multiple commits From: ak <email protected>
Date: 10/29/99

Hi Adam!

> 2) What's the syntax to commit an entire tree worth of differences at
> once instead of one file at a time?

cvs commit without argument commits every file in the current dir and
recursivly all dirs below it.

so it's just:
$ cvs commit

Disadvantage could be, that all files will get the same change log entry.

Alex

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.