help-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enhancement request


From: Aaron S. Hawley
Subject: Re: enhancement request
Date: Mon, 29 Aug 2005 16:48:47 -0400 (EDT)

When GNU diffutils is used with RCS you can use the following:

  rcsiff -q --brief file foo.txt

It prints one line if the files differ:

Files foo.txt 2005/08/25 15:53:46 1.1 and foo.txt 2005/08/29 20:38:13 differ

If you want the other features of `cmp', like byte differences, you can
always run the following on individual files:

co -p foo.txt | cmp -b - foo.txt

/a

On Mon, 29 Aug 2005, Brian AF Taylor wrote:

> Good Day:
>
> It would be great to have an rcs utility such rcscmp which performs
> similarly to rcsdiff however using cmp features. This would enable a
> simple check that the file is the lastest and greatest (when you are
> only worried about wether they differ and not the full comparison).
>
> Cheers,
> Brian

-- 
Rate the value of this post:
http://rate.affero.net/ashawley/FSF




reply via email to

[Prev in Thread] Current Thread [Next in Thread]