Checking in files

After editing a file you can check it in with the command:

   sccs delta filename

SCCS will then:

  1. make sure you are the user who checked it out
  2. ask you for a descriptive comment on the changes you have made
  3. record what changes have been made
  4. remove the writable copy of the file from the current directory

[Home] [Search] [Index]