bk r2c(7.3ce)               BitKeeper User's Manual              bk r2c(7.3ce)

NAME
       bk r2c - convert file revision to ChangeSet revision

SYNOPSIS
       bk r2c [-S] -r<rev> <file>

DESCRIPTION
       This command takes a revision and a filename and converts the specified
       revision into the changeset revision which contains the file revision.

OPTIONS
       -S
       --standalone  If run in a component of a nested collection, convert  to
                     component  changeset,  not the product changeset.  If run
                     in a traditional repository or in the product of a nested
                     collection, this option has no effect.

EXAMPLES
       See the changeset that contains the tip delta of foo.c:

           $ bk changes -vr`bk r2c -r+ foo.c`

       Same thing, in a nested collection, for the product and component[s]:

           $ bk -P changes -vr`bk r2c -r+ foo.c`

SEE ALSO
       bk c2r

CATEGORY
       Utility

BitKeeper Inc                         1E1                        bk r2c(7.3ce)