SCCS Commands in Unix

This is my cheat sheet for SCCS the UNIX source code control system

SCCS Commands

  1. To edit a file: sccs edit
  2. To unedit a file: sccs unedit
  3. To check in a file: sccs delget
  4. To list all the files that are checked out: sccs info
  5. To see the history of a file: sccs prt
  6. To get a copy of a file: sccs get
  7. To get a specific delta of a file:  sccs get -r -G

How to Place a File Under SCCS Control

  1. Create SCCS directory if one does not exist.
  2. Add the SCCS keywords “%W% %G% 5U%” to the comments section of the file or as a string global variable
  3. Make sure the file is ascii text file
  4. Type the following command: sccs create
  5. Remove the file ,
Tags:

Add a Comment

Your email address will not be published. Required fields are marked *