info-cvs
[Top][All Lists]
Advanced

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

Re: How do I diff from 'add' to rev 1.1?


From: Mark D. Baushke
Subject: Re: How do I diff from 'add' to rev 1.1?
Date: Wed, 20 Sep 2006 08:35:11 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

address@hidden writes:

> But there's no previous rev to the first rev - and you can't do
> cvs -q diff -u -r 0 -r 1.1 somefile

You can do either:

  cvs -q diff -u -N -r 0 -r 1.1 somefile

or

  cvs -q diff -u --new-file -r 0 -r 1.1 somefile

to do what you want.

        Good luck,
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQFFEV+vCg7APGsDnFERAuywAKD15XK93lD06RG25AIZDZAmiGKMsQCfcNPc
JgQMSB1eRjbCIsve+WW+ia4=
=mFMR
-----END PGP SIGNATURE-----




reply via email to

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