Josip Gracin <[EMAIL PROTECTED]> 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   [EMAIL PROTECTED]
Development Manager, Sifira A/S

_______________________________________________
Asterisk-Dev mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to