Useful(?) BK trick

From: Larry McVoy
Date: Tue Aug 12 2003 - 09:45:09 EST


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@xxxxxxxx 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@xxxxx+

FYI...
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/