|
Making changes |
|
RCS & SCCS friendly commands for managing files
$ bk ci -i foo.c
Get a file
$ bk co file.c
$ make file # Automatically checks out file.c using get
Edit a file
$ bk edit foo.c
View differences and history
$ bk diffs foo.c
$ bk prs foo.c
$ bk sccslog | more
|
Slide 16 of 39 |
17 May 1999 |
lm@bitmover.com |