public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Useful(?) BK trick
@ 2003-08-12 14:39 Larry McVoy
  0 siblings, 0 replies; only message in thread
From: Larry McVoy @ 2003-08-12 14:39 UTC (permalink / raw)
  To: Linux Kernel Maillist

Rob Landley asked me if there was some way to get diffs between any two revs
of a file on bkbits.net and the answer is yes if you are willing to type in
the revs.

You can navigate to a file by going to www.bkbits.net and then working your
way down to the project of interest, then the repo, then "Browse the source
tree", then click on the file.  You'll get offered a list of revisions,
click on one of those and you should be at a URL that looks like

	http://project/repo/diffs/path/to/file@rev

You can put anything you want in for the rev, it can be a range.  To see
1.2 vs 1.5 diffs you can do file@1.2..1.5 and hit return.  It may be useful
to know that "+" always means the most recent rev in BK so to diff everything
from 1.2 to now that's file@1.2..+

FYI...
-- 
---
Larry McVoy              lm at bitmover.com          http://www.bitmover.com/lm

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-12 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-12 14:39 Useful(?) BK trick Larry McVoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox