* matching "Cset exclude" changelog entries to the changelog entries they revert.
@ 2004-04-21 0:12 Zack Brown
2004-04-21 0:26 ` Chris Wright
0 siblings, 1 reply; 6+ messages in thread
From: Zack Brown @ 2004-04-21 0:12 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hi folks,
I count 79 "Cset exclude" changelog entries since 2.5.4-pre1. Is there any
way to identify the changelog entry they revert?
for instance, "Cset exclude: davej@suse.de|ChangeSet|20020403195622" is in
2.5.8-pre2, as the full text of the changelog entry.
Without a way to identify the particular entry being reverted, I can't rely
on the fact that a particular changelog entry represents what actually went
into the kernel.
I realize there is almost certainly no way to directly deduce which changelog
entry is referenced by a particular 'Cset exclude' entry. But maybe there
is some *indirect* way, perhaps a website somewhere that tracks this info?
If this information isn't provided anywhere, what would be involved in
making it available? Maybe something can be done for the future.
Many thanks,
Zack
--
Zack Brown
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: matching "Cset exclude" changelog entries to the changelog entries they revert.
2004-04-21 0:12 matching "Cset exclude" changelog entries to the changelog entries they revert Zack Brown
@ 2004-04-21 0:26 ` Chris Wright
2004-04-21 0:38 ` Zack Brown
2004-04-21 1:02 ` Andy Isaacson
0 siblings, 2 replies; 6+ messages in thread
From: Chris Wright @ 2004-04-21 0:26 UTC (permalink / raw)
To: Zack Brown; +Cc: Linux Kernel Mailing List
* Zack Brown (zbrown@tumblerings.org) wrote:
> for instance, "Cset exclude: davej@suse.de|ChangeSet|20020403195622" is in
> 2.5.8-pre2, as the full text of the changelog entry.
bk prs -r"davej@suse.de|ChangeSet|20020403195622" -hnd:REV: ChangeSet
That will give you the rev from that key in the Cset exclude message.
thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: matching "Cset exclude" changelog entries to the changelog entries they revert.
2004-04-21 0:26 ` Chris Wright
@ 2004-04-21 0:38 ` Zack Brown
2004-04-21 0:41 ` Chris Wright
2004-04-21 1:02 ` Andy Isaacson
1 sibling, 1 reply; 6+ messages in thread
From: Zack Brown @ 2004-04-21 0:38 UTC (permalink / raw)
To: Chris Wright; +Cc: Linux Kernel Mailing List
Hi,
On Tue, Apr 20, 2004 at 05:26:22PM -0700, Chris Wright wrote:
> * Zack Brown (zbrown@tumblerings.org) wrote:
> > for instance, "Cset exclude: davej@suse.de|ChangeSet|20020403195622" is in
> > 2.5.8-pre2, as the full text of the changelog entry.
>
> bk prs -r"davej@suse.de|ChangeSet|20020403195622" -hnd:REV: ChangeSet
>
> That will give you the rev from that key in the Cset exclude message.
Will this give me the text of the changelog entry being reverted? That's
what I need to find.
Also, I'm not allowed to license BK. Is there some other way?
Many thanks,
Zack
>
> thanks,
> -chris
> --
> Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Zack Brown
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: matching "Cset exclude" changelog entries to the changelog entries they revert.
2004-04-21 0:38 ` Zack Brown
@ 2004-04-21 0:41 ` Chris Wright
0 siblings, 0 replies; 6+ messages in thread
From: Chris Wright @ 2004-04-21 0:41 UTC (permalink / raw)
To: Zack Brown; +Cc: Chris Wright, Linux Kernel Mailing List
* Zack Brown (zbrown@tumblerings.org) wrote:
> On Tue, Apr 20, 2004 at 05:26:22PM -0700, Chris Wright wrote:
> > * Zack Brown (zbrown@tumblerings.org) wrote:
> > > for instance, "Cset exclude: davej@suse.de|ChangeSet|20020403195622" is in
> > > 2.5.8-pre2, as the full text of the changelog entry.
> >
> > bk prs -r"davej@suse.de|ChangeSet|20020403195622" -hnd:REV: ChangeSet
> >
> > That will give you the rev from that key in the Cset exclude message.
>
> Will this give me the text of the changelog entry being reverted? That's
> what I need to find.
This would give you a revision nubmer like: 1.369.104.61. So you could
then do bk changes -r1.369.104.61 to see the changelog entry.
> Also, I'm not allowed to license BK. Is there some other way?
Ugh. I can't think of any, unless the bk->cvs gateway puts the
ChangeSet Key (the davej@suse.de|ChangeSet|20020403195622 bit) in the
cvs changelog message somewhere.
thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: matching "Cset exclude" changelog entries to the changelog entries they revert.
2004-04-21 0:26 ` Chris Wright
2004-04-21 0:38 ` Zack Brown
@ 2004-04-21 1:02 ` Andy Isaacson
2004-04-21 1:29 ` Zack Brown
1 sibling, 1 reply; 6+ messages in thread
From: Andy Isaacson @ 2004-04-21 1:02 UTC (permalink / raw)
To: Chris Wright, Zack Brown; +Cc: Linux Kernel Mailing List
On Tue, Apr 20, 2004 at 05:26:22PM -0700, Chris Wright wrote:
> * Zack Brown (zbrown@tumblerings.org) wrote:
> > for instance, "Cset exclude: davej@suse.de|ChangeSet|20020403195622" is in
> > 2.5.8-pre2, as the full text of the changelog entry.
>
> bk prs -r"davej@suse.de|ChangeSet|20020403195622" -hnd:REV: ChangeSet
>
> That will give you the rev from that key in the Cset exclude message.
You can use cset keys just about anywhere you can use revision numbers
in the BK interface. So,
% bk changes -r'davej@suse.de|ChangeSet|20020403195622'
does the right thing.
On Tue, Apr 20, 2004 at 05:38:20PM -0700, Zack Brown wrote:
> Will this give me the text of the changelog entry being reverted? That's
> what I need to find.
The "changes" command I give above will.
I'll see if I can get the "cset exclude" text to be an HREF. In the
meantime, you can construct a working URL by appending the cset key to
http://linux.bkbits.net:8080/linux-2.5/cset@
like so:
http://linux.bkbits.net:8080/linux-2.5/cset@davej@suse.de|ChangeSet|20020403195622
-andy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: matching "Cset exclude" changelog entries to the changelog entries they revert.
2004-04-21 1:02 ` Andy Isaacson
@ 2004-04-21 1:29 ` Zack Brown
0 siblings, 0 replies; 6+ messages in thread
From: Zack Brown @ 2004-04-21 1:29 UTC (permalink / raw)
To: Andy Isaacson; +Cc: Chris Wright, Linux Kernel Mailing List
On Tue, Apr 20, 2004 at 06:02:26PM -0700, Andy Isaacson wrote:
> On Tue, Apr 20, 2004 at 05:26:22PM -0700, Chris Wright wrote:
> > * Zack Brown (zbrown@tumblerings.org) wrote:
> > > for instance, "Cset exclude: davej@suse.de|ChangeSet|20020403195622" is in
> > > 2.5.8-pre2, as the full text of the changelog entry.
> >
> > bk prs -r"davej@suse.de|ChangeSet|20020403195622" -hnd:REV: ChangeSet
> >
> > That will give you the rev from that key in the Cset exclude message.
>
> You can use cset keys just about anywhere you can use revision numbers
> in the BK interface. So,
> % bk changes -r'davej@suse.de|ChangeSet|20020403195622'
> does the right thing.
>
> On Tue, Apr 20, 2004 at 05:38:20PM -0700, Zack Brown wrote:
> > Will this give me the text of the changelog entry being reverted? That's
> > what I need to find.
>
> The "changes" command I give above will.
>
> I'll see if I can get the "cset exclude" text to be an HREF. In the
That would be nice.
> meantime, you can construct a working URL by appending the cset key to
> http://linux.bkbits.net:8080/linux-2.5/cset@
>
> like so:
> http://linux.bkbits.net:8080/linux-2.5/cset@davej@suse.de|ChangeSet|20020403195622
This is perfect! Just what I was looking for.
Thanks Andy and Chris!
Zack
>
> -andy
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Zack Brown
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-04-21 1:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-21 0:12 matching "Cset exclude" changelog entries to the changelog entries they revert Zack Brown
2004-04-21 0:26 ` Chris Wright
2004-04-21 0:38 ` Zack Brown
2004-04-21 0:41 ` Chris Wright
2004-04-21 1:02 ` Andy Isaacson
2004-04-21 1:29 ` Zack Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox