linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [OT] bkbits annotated srcs
@ 2003-08-07  7:22 Jani Monoses
  2003-08-07 13:45 ` Larry McVoy
  2003-08-07 17:12 ` Sam Ravnborg
  0 siblings, 2 replies; 6+ messages in thread
From: Jani Monoses @ 2003-08-07  7:22 UTC (permalink / raw)
  To: linux-kernel

Is there a way of seeing annotated sources of the kernel via the web
interface? I see it's possible for changesets and I know it's possible
with bk installed.

thanks
Jani


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OT] bkbits annotated srcs
  2003-08-07  7:22 [OT] bkbits annotated srcs Jani Monoses
@ 2003-08-07 13:45 ` Larry McVoy
  2003-08-07 16:15   ` Mr. James W. Laferriere
  2003-08-07 17:12 ` Sam Ravnborg
  1 sibling, 1 reply; 6+ messages in thread
From: Larry McVoy @ 2003-08-07 13:45 UTC (permalink / raw)
  To: Jani Monoses; +Cc: linux-kernel

On Thu, Aug 07, 2003 at 10:22:14AM +0300, Jani Monoses wrote:
> Is there a way of seeing annotated sources of the kernel via the web
> interface? I see it's possible for changesets and I know it's possible
> with bk installed.

To get the annotated listing of the most recent version of any file use
this URL, changing the filename as appropriate:

	http://linux.bkbits.net:8080/linux-2.5/anno/README@+

Note that the "@" may change to a "|" in the future.
-- 
---
Larry McVoy              lm at bitmover.com          http://www.bitmover.com/lm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OT] bkbits annotated srcs
  2003-08-07 13:45 ` Larry McVoy
@ 2003-08-07 16:15   ` Mr. James W. Laferriere
  0 siblings, 0 replies; 6+ messages in thread
From: Mr. James W. Laferriere @ 2003-08-07 16:15 UTC (permalink / raw)
  To: Larry McVoy; +Cc: Linux Kernel Maillist

	Hello Larry ,  Could we please put a 'annotated' button at
	http://linux.bkbits.net:8080/linux-2.5/ &
	http://linux.bkbits.net:8080/linux-2.4/
	in the search function ?

	Doing a search for sym53c8xx_2 in ChangeSet comments get me
	output that is a little bit odd to read ( see below) .
	ie: Note the lack of formatting after the Rev position .  Not all
	entries are like this but if the Rev string is long they all are .

ChangeSet        1.1046.398.19[PATCH] make sym53c8xx_2 not reject autosense IWR
ChangeSet        1.1046.398.19This patch makes sym53c8xx_2 silently ignore the Ignore Wide Residue
ChangeSet        1.1046.398.16[PATCH] small patch for sym53c8xx_2
ChangeSet        1.1046.398.16dma64_addr_t in the sym53c8xx_2 driver was wrong, but it's still
...

	Tia ,  JimL


On Thu, 7 Aug 2003, Larry McVoy wrote:
> On Thu, Aug 07, 2003 at 10:22:14AM +0300, Jani Monoses wrote:
> > Is there a way of seeing annotated sources of the kernel via the web
> > interface? I see it's possible for changesets and I know it's possible
> > with bk installed.
>
> To get the annotated listing of the most recent version of any file use
> this URL, changing the filename as appropriate:
>
> 	http://linux.bkbits.net:8080/linux-2.5/anno/README@+
>
> Note that the "@" may change to a "|" in the future.
>

-- 
       +------------------------------------------------------------------+
       | James   W.   Laferriere | System    Techniques | Give me VMS     |
       | Network        Engineer |     P.O. Box 854     |  Give me Linux  |
       | babydr@baby-dragons.com | Coudersport PA 16915 |   only  on  AXP |
       +------------------------------------------------------------------+

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OT] bkbits annotated srcs
  2003-08-07  7:22 [OT] bkbits annotated srcs Jani Monoses
  2003-08-07 13:45 ` Larry McVoy
@ 2003-08-07 17:12 ` Sam Ravnborg
  1 sibling, 0 replies; 6+ messages in thread
From: Sam Ravnborg @ 2003-08-07 17:12 UTC (permalink / raw)
  To: Jani Monoses; +Cc: linux-kernel

On Thu, Aug 07, 2003 at 10:22:14AM +0300, Jani Monoses wrote:
> Is there a way of seeing annotated sources of the kernel via the web
> interface?
linux.bkbits.net
-> linux-2.5
-> Browse the source code

Click on file of interest.
-> See annotation
-> In what revision a line was last changed

	Sam

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OT] bkbits annotated srcs
  2003-08-08  5:55 Ville Herva
@ 2003-08-08 14:24 ` Larry McVoy
  0 siblings, 0 replies; 6+ messages in thread
From: Larry McVoy @ 2003-08-08 14:24 UTC (permalink / raw)
  To: Ville Herva, Linux Kernel Mailing List, lm

On Fri, Aug 08, 2003 at 08:55:23AM +0300, Ville Herva wrote:
> Is there a way to view/get the file in untampered plain text as well?

Not yet but there will be.
-- 
---
Larry McVoy              lm at bitmover.com          http://www.bitmover.com/lm

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OT] bkbits annotated srcs
@ 2003-08-08  5:55 Ville Herva
  2003-08-08 14:24 ` Larry McVoy
  0 siblings, 1 reply; 6+ messages in thread
From: Ville Herva @ 2003-08-08  5:55 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: lm

> Larry McVoy wrote:
> 
> To get the annotated listing of the most recent version of any file use
> this URL, changing the filename as appropriate:
> 
> http://linux.bkbits.net:8080/linux-2.5/anno/README@+
> 
> Note that the "@" may change to a "|" in the future.

Is there a way to view/get the file in untampered plain text as well?

Occasionally, it is useful to be able to check that a trivial patch still
applies to the bleeding edge kernel tree, and it's wasteful to download the
whole tree just for that... And I'm sure it's useful for other purposes as
well.


-- v --

v@iki.fi

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-08-08 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-07  7:22 [OT] bkbits annotated srcs Jani Monoses
2003-08-07 13:45 ` Larry McVoy
2003-08-07 16:15   ` Mr. James W. Laferriere
2003-08-07 17:12 ` Sam Ravnborg
2003-08-08  5:55 Ville Herva
2003-08-08 14:24 ` Larry McVoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).