The CheckIn Command
Top  Previous  Next


Purpose: To check-in modified files. Assigns a symbolic name to a revision.
Syntax: CSRCS CheckIn [command-switches] "file1" ["file2" …]
Abbreviation: ci
Switches:
   /s – Handles files in the specified directory and all sub-directories.
   /p"ProjectName" – Performs operations on all the files in the project.
   /l – Locks the files.
   /u – Unlocks the files.
   /m"message" – Uses a message to describe the checked-in revision.
   /m@filename – Reads a message from filename, used to describe the checked-in revision.
   /nname – Uses the name as the checked-in revision symbolic name.
   /q – Quiet mode. Does not display the dialog box and status messages.
Exit code: 0 – success; 1 – otherwise.