[openbox] cvs changes and alt-tab window placement
Mikael Magnusson
mangosoft at comhem.se
Thu Mar 25 09:05:16 EST 2004
On Thu, 25 Mar 2004, John Russell wrote:
> On Thu, 2004-03-25 at 13:56 +0100, Hungerburg wrote:
>
> > On Wed, Mar 24, 2004 at 10:48:28PM -0500, John Russell wrote:
> > > I have a cvs question. When I do a cvs update I see several files that
> > > have been updated by other people with P's in front of them, indicating
> > > that they have been patched. Is there any way I can see the diffs
> > > between what was there before and what I just updated?
> >
> > the web interface at cvs.icculus.org can show coloured diffs.
> >
>
> This is nice, but is there anything built into CVS that lets me see the
> change history of a file? I'm not crazy about web interfaces for
> development like this. Thanks.
>
> John
cvs log path/filename
cvs diff -r rev1 -r rev2 path/filename
where rev1 and rev2 are the revisions you want diffs between, as shown by
cvs log
--
Mikael Magnusson
More information about the openbox
mailing list