[Asterisk-Dev] Problem with 'cvs diff', getting empty diffs

Kristian Nielsen kn at sifira.dk
Sun Sep 25 00:09:40 MST 2005


Josip Gracin <gracin at tel.fer.hr> writes:

> When I type 'cvs -n update -Pd' it gives me a couple of files that
> have changed in the repository (which I can verify using cvs log and
> status). But when I try 'cvs -q diff -u' I get no output.  The trace
> of 'cvs -t

'cvs diff' by default displays only the _local_ modifications. That is,
it diffs against the revision that was last checked out.

To do what you want, you should use something like

    cvs -q diff -u -r HEAD

 - Kristian.

-- 
Kristian Nielsen   kn at sifira.dk
Development Manager, Sifira A/S




More information about the asterisk-dev mailing list