This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Binary search through CVS branch? (was basic-improvements call for testers)
On Tue, 17 Dec 2002, Janis Johnson wrote:
> To clarify, does that mean that
>
> cvs co -r <branch> -D "date"
>
> (cvs directly, rather than contrib/cvs_update) also doesn't work?
>
I don't think you can do that with CVS. I don't know CVS too
much, but the times I tried I ran into problems when branches
were involved (I was getting diffs against tip of branch or HEAD,
IIRC).
My SPEC testers work around this problem by doing:
$ cp -a gcc gcc.prev
$ cvs update
$ diff -r -x CVS gcc.prev gcc
Diego.