On Sun, Apr 21, 2002 at 06:05:43PM +0100, Anton Altaparmakov wrote:
> Then use BK over email then (to submit a patch of your last change set for
> example you would do "bk export -tpatch -r+", and the receiving end does a
> simple "cat emailmessagetext | bk receive" and that's it done.
This is almost right and I can see there is some confusion, so here's
son technical info in the midst of this, err, "discussion" :-)
If you want to send a regular style patch
bk export -tpatch -r+ # send most recent changeset
bk import -tpatch # accept regular patch
If you want to send BK style patches
bk send user@host.com
bk receive
NOTE! bk send will send *everything* it has not already sent to that
email address, i.e., the whole tree. See the "bk help send" docs for
info on how to tell BK that the user already has part of the tree.
----- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/