[m-dev.] for review: add ++ and -- operators

Tyson Dowd trd at cs.mu.OZ.AU
Sun Aug 13 22:48:32 AEST 2000


On 13-Aug-2000, Michael Day <mcda at students.cs.mu.oz.au> wrote:
> 
> > That looks great!  Go ahead and commit it.
> 
> ...bringing us neatly to the question of how to commit diffs. Just cvs
> commit on the files in question with the appropriate log message? The site

Yes. 

Actually it's best to cvs commit the entire directory or even the entire
Mercury module.  This ensures that cvs does an "up-to-date" check, and
so you can be sure you are checking something in that compiles.

If you do file-by-file, it only checks the files in question, so you
might commit something that has a problem.

> mentions some complications when using cvs pserver, but doesn't go into
> detail.

Difficulties happen if you want to commit code without up-to-date
copyright messages.

You can resolve most of them without any problems just by updating files.

It's pretty difficult to break things with "commit".

-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't everyone's cup of fur.
     trd at cs.mu.oz.au        # 
http://www.cs.mu.oz.au/~trd #
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list