[ic] CVS-question

Rene Hertell rene@hertell.com
Tue, 17 Apr 2001 21:25:54 +0300


Thanks Jon!

This made it a lot clearer :)

Rene

> -----Original Message-----
> From: interchange-users-admin@lists.akopia.com
> [mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Jon Jensen
> Sent: 17 April 2001 18:06
> To: interchange-users@lists.akopia.com
> Subject: Re: [ic] CVS-question
> 
> 
> On Tue, 17 Apr 2001, Rene Hertell wrote:
> 
> > How do I check the difference between a file that I just 
> updated with one I
> > had before? I think it should be something like "cvs
> > diff -rold_version -rnew_version /path/to/cvs/root", but I cant get it
> > work... The Entries-file in the CVS-dir of products says about the
> > variable.txt file: /variable.txt/1.23/Tue Apr 17 05:42:08 2001//
> 
> Making sure you're cd'd into your checked-out CVS directory. Do:
> 
> cvs diff -r 1.22 -r 1.23 dist/construct/products/variable.txt
> 
> The CVS/Root files already have the CVSROOT setting in them, so you don't
> even need to have the CVSROOT environment variable set.
> 
> Jon
> 
> 
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>