Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 12:40:22 +0200
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Mathieu Arnold <mat@mat.cc>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: cvs commit: src UPDATING src/sys/conf newvers.sh
Message-ID:  <20020417104022.GA10940@student.uu.se>
In-Reply-To: <609933515.1019033473@sauron>
References:  <200204162100.g3GL0Ga43647@freefall.freebsd.org> <609933515.1019033473@sauron>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 17, 2002 at 08:51:13AM +0200, Mathieu Arnold wrote:
> 
> --On mardi 16 avril 2002 14:00 -0700 Jacques Vidrine <nectar@FreeBSD.org> 
> wrote:
> 
> >nectar      2002/04/16 14:00:16 PDT
> >
> >  Modified files:        (Branch: RELENG_4_5)
> >    .                    UPDATING
> >    sys/conf             newvers.sh
> >  Log:
> >  Note fixes for:
> >  = IP routing table leak in icmp_relect().
> >  = mmap/msync bug which can panic the kernel.
> >  = TCP broadcast connection bug.
> 
> seeing that, I wanted to do some cvs diff command to show me the 
> differences between -p2 and -p3. I can easily do a -r RELENG_4_5_0_RELEASE 
> -r RELENG_5_4, but that gives me the diffs between the release and -p3, and 
> whenever I try to use -D (using the dates in UPDATING), cvs keeps using the 
> HEAD tag and not the one in my directory. Does someone know how I can 
> achieve this (without having to check out -p2 (if I can) and -p3 and do a 
> diff -r on them)

You can give two -r options to cvs diff.
cvs diff -r TAG1 -r TAG2 file

will show the difference between versions TAG1 and TAG2 of the file.




-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020417104022.GA10940>