Binary search through CVS branch? (was basic-improvements call for testers)

Diego Novillo dnovillo@redhat.com
Tue Dec 17 17:23:00 GMT 2002


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.



More information about the Gcc mailing list