OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [Documentation/] [BK-usage/] [00-INDEX] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
bk-kernel-howto.txt: Description of kernel workflow under BitKeeper
2
 
3
bk-make-sum: Create summary of changesets in one repository and not
4
another, typically in preparation to be sent to an upstream maintainer.
5
Typical usage:
6
        cd my-updated-repo
7
        bk-make-sum ~/repo/original-repo
8
        mv /tmp/linus.txt ../original-repo.txt
9
 
10
bksend: Create readable text output containing summary of changes, GNU
11
patch of the changes, and BK metadata of changes (as needed for proper
12
importing into BitKeeper by an upstream maintainer).  This output is
13
suitable for emailing BitKeeper changes.  The recipient of this output
14
may pipe it directly to 'bk receive'.
15
 
16
bz64wrap: helper script. Uncompressed input is piped to this script,
17
which compresses its input, and then outputs the uu-/base64-encoded
18
version of the compressed input.
19
 
20
csets-to-patches: Produces a delta of two BK repositories, in the form
21
of individual files, each containing a single cset as a GNU patch.
22
Output is several files, each with the filename "/tmp/rev-$REV.patch"
23
Typical usage:
24
        cd my-updated-repo
25
        bk changes -L ~/repo/original-repo 2>&1 | \
26
                perl csets-to-patches
27
 
28
cset-to-linus: Produces a delta of two BK repositories, in the form of
29
changeset descriptions, with 'diffstat' output created for each
30
individual changset.
31
Typical usage:
32
        cd my-updated-repo
33
        bk changes -L ~/repo/original-repo 2>&1 | \
34
                perl cset-to-linus > summary.txt
35
 
36
unbz64wrap: Reverse an encoded, compressed data stream created by
37
bz64wrap into an uncompressed, typically text/plain output.
38
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.