public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Krufky <mkrufky@m1k.net>
To: Gene Heskett <gene.heskett@verizon.net>
Cc: linux-kernel@vger.kernel.org, Kirk Lapray <kirk.lapray@gmail.com>,
	video4linux-list@redhat.com, CityK <CityK@rogers.com>,
	Perry Gilfillan <perrye@linuxmail.org>,
	Don Koch <aardvark@krl.com>
Subject: Re: Gene's pcHDTV 3000 analog problem
Date: Wed, 30 Nov 2005 00:29:23 -0500	[thread overview]
Message-ID: <438D38B3.2050306@m1k.net> (raw)
In-Reply-To: <200511300007.56004.gene.heskett@verizon.net>

Gene Heskett wrote:

>On Tuesday 29 November 2005 20:26, Michael Krufky wrote:
>
>[...]
>
>>ll I can think of doing next is to have Gene, Don or Perry do a
>>bisection test on our cvs repo.... checking out different cvs revisions
>>until we can narrow it down to the day the problem patch was applied.
>>
>>::sigh::
>>    
>>
>A sigh?  More like an 'oh fudge' or whatever your fav expletive deleted
>is...
>
>>Who wants to do it?  I'll give you detailed instructions if you're
>>willing.
>>    
>>
>Can you farm it out, one set of patches to each of us?  Or do you want
>to setup a seperate cvs tree based on the v4l code in 2.6.14.3, and
>incrementally patch it as we each report its still ok, until it breaks
>again?  I think I'd prefer the latter so we are all near the same
>page even if it takes 3x longer to arrive at the answer.  How many
>actual patches in terms of dependency groups are there?  I know, I
>coulda went all week without asking that :(
>
Actually, cvs has a parameter that lets you specify cutoff dates...

This is what I am suggesting that you do... Base this on my previous cvs 
instructions....

reminder: http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS

so....

1st:

cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login
cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co v4l-dvb
cd v4l-dvb
make clean
make
make install

test

(you already did this - you said doesnt work)

Now, try again, using last month's code:

cvs up -D 2005-11-01
make clean
make
make install

did it work?  yes?  ok, so try two weeks later:

cvs up -D 2005-11-15
make clean
make
make install

... or no it didnt?  then another month earlier:

cvs up -D 2005-10-01
make clean
make
make install

works now?  try two weeks later:

cvs up -D 2005-10-15
make clean
make
make install

doesnt work?  1 week earlier:

cvs up -D 2005-10-07
make clean
make
make install

doesnt work?  1 day earlier:

cvs up -D 2005-10-06
make clean
make
make install

it works?  hmm... problem patch must have been committed between 10-06 
and 10-07

At that point, just give me the date and it will probably be easy to 
narrow it down, or then again, you can use time of day in the -D 
parameter too... (see man cvs)

anyway, you get the picture...  This is an adaptation for cvs based on 
Linus' description of the git bisection testing, and I'm sure that there 
are more efficient ways of doing it, but this should work.

Cheers,

Mike

  reply	other threads:[~2005-11-30  5:28 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200511282205.jASM5YUI018061@p-chan.krl.com>
     [not found] ` <200511282248.jASMm1PC029740@p-chan.krl.com>
     [not found]   ` <438B8C5A.7070002@m1k.net>
     [not found]     ` <200511281835.56805.gene.heskett@verizon.net>
2005-11-29  1:17       ` cx88 totally fried in 2.6.15-rcX -was- Re: HD3000 - no NTSC via tuner Michael Krufky
2005-11-29  2:25         ` Gene Heskett
2005-11-29  3:37           ` Michael Krufky
2005-11-29  3:43             ` Michael Krufky
2005-11-29  4:40               ` Gene Heskett
2005-11-29  4:56                 ` Michael Krufky
2005-11-29  7:13                   ` Michael Krufky
2005-11-29 15:11                   ` Gene Heskett
2005-11-29 15:52                     ` Michael Krufky
2005-11-29 16:06                       ` Gene Heskett
2005-11-29 17:06                         ` Gene Heskett
2005-11-29  4:23             ` Gene Heskett
     [not found] ` <200511291335.18431.gene.heskett@verizon.net>
     [not found]   ` <438CA1E3.7010101@m1k.net>
     [not found]     ` <200511291546.27365.gene.heskett@verizon.net>
2005-11-29 21:29       ` Gene's pcHDTV 3000 analog problem Michael Krufky
     [not found]         ` <c35b44d70511291435i5f07bc88g429276ef659c28c5@mail.gmail.com>
2005-11-29 23:01           ` Michael Krufky
2005-11-29 23:43             ` Don Koch
2005-11-29 23:52             ` Don Koch
     [not found]             ` <c35b44d70511291548lcb10361ifd3a4ea0f239662d@mail.gmail.com>
2005-11-30  1:26               ` Michael Krufky
2005-11-30  5:07                 ` Gene Heskett
2005-11-30  5:29                   ` Michael Krufky [this message]
2005-11-30 15:53                     ` Don Koch
2005-12-01  0:24                       ` Gene Heskett
2005-12-01  4:09                         ` Michael Krufky
     [not found]                       ` <438E7107.3000407@linuxmail.org>
     [not found]                         ` <438E8365.4020200@linuxmail.org>
     [not found]                           ` <438E84A4.8000601@m1k.net>
     [not found]                             ` <438E8A58.4010003@linuxmail.org>
     [not found]                               ` <438EBD43.3080400@linuxmail.org>
2005-12-01 17:54                                 ` Michael Krufky
2005-12-01 21:00                                   ` Mauro Carvalho Chehab
2005-12-01 22:06                                     ` Perry Gilfillan
2005-12-01 22:23                                       ` Michael Krufky
2005-12-01 22:26                                       ` Gene Heskett
2005-12-01 22:45                                         ` Michael Krufky
2005-12-02  0:03                                           ` Gene Heskett
     [not found]                                             ` <1133486311.2969.11.camel@frolic>
2005-12-02  4:01                                               ` Gene Heskett
2005-12-01 22:14                                     ` Gene Heskett
2005-12-02  0:07                                     ` Don Koch
2005-12-01  3:20                     ` Don Koch
2005-12-01  4:00                       ` Michael Krufky
2005-12-01 14:59                         ` Gene Heskett
2005-12-01 15:40                           ` Perry Gilfillan
2005-12-01 17:01                             ` Gene Heskett
2005-12-01 15:24                         ` Gene Heskett
2005-12-01 15:38                           ` Michael Krufky
2005-12-01 17:13                             ` Gene Heskett
2005-12-01 15:30                         ` Gene Heskett
2005-11-30  4:06             ` Gene Heskett
2005-11-30 12:59               ` Mauro Carvalho Chehab
2005-11-30 13:01               ` Mauro Carvalho Chehab
2005-12-01  0:28                 ` Gene Heskett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=438D38B3.2050306@m1k.net \
    --to=mkrufky@m1k.net \
    --cc=CityK@rogers.com \
    --cc=aardvark@krl.com \
    --cc=gene.heskett@verizon.net \
    --cc=kirk.lapray@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perrye@linuxmail.org \
    --cc=video4linux-list@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox