[M3devel] [M3commit] CVS Update: cm3

Olaf Wagner wagner at elegosoft.com
Tue Jan 8 01:16:58 CET 2008


Quoting Jay <jayk123 at hotmail.com>:

> Style tangent: Have people heard the advise that boolean parameters   
> are bad, because at the callsite esp. they don't give much meaning?   
> What is TRUE? What is FALSE? Enums or named parameters are clearer.

I tend to agree, but this might get religious ;-)

> And, more importantly, given a commit, how do I view it?   
> Easily?Currently I hunt around to each file and view it, but I have   
> to manually navigate to each file in cvs web.
> I want all the diffs associated with one checkin to be viewable   
> together, no matter which all files were checked at the same time.

You need two tags or dates to view changeset-like differences
with CVS. For example

   cvs diff -u -r release_CM3_5_4_0 -r HEAD m3-libs

will list all the changes in libraries between release 5.4.0 and
the current HEAD.

   cvs diff -u -D yesterday -D now m3-sys

Of course you can use other date formats, too, for example
"1972-09-24 20:05" or "24 Sep 1972 20:05" or "1 hour ago".

Olaf
-- 
Olaf Wagner -- elego Software Solutions GmbH
                Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
phone: +49 30 23 45 86 96  mobile: +49 177 2345 869  fax: +49 30 23 45 86 95
    http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194




More information about the M3devel mailing list