prcs checkin [option ...] [project [file-or-dir ...]] | Command |
ADDITIONAL OPTIONS: Create a new version of the specified project in the repository. Copy
all files listed in the Files attribute of the descriptor
( If file-or-dir arguments are provided, they must name files and
directories listed in the Files attribute. Only those working files are
checked in; other files listed in the project descriptor are carried
over from the file versions listed for them in the Files attribute.
It is an error for these other files to have null
internal file identifiers in the A check-in records the access protection on each file (reading it from
the working file).
It records symbolic links with
the (Files (empty () :directory) ; an empty directory (pointer () :symlink) ; a symbolic link (realfile () :no-keywords) ; the only real file in the list ) PRCS reads
the contents of a symbolic link from the link at check-in time.
It is thus wise to use relative pathnames inside the project.
Directories with a The new version will have the latest minor version number for the
specified major version. The Let LV denote the last minor version on the branch being checked into.
A checkin is considered safe if the nearest common
ancestor of LV and the working version is LV
(see Parent-Version attribute). This is to insure that the version
being checked in is a descendant of the version at the head of the
branch before checkin. Otherwise, changes at the head of the branch are
clobbered. Unless the With Returns a status code of 0 if all goes well, and non-zero if there are errors. |