home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume14 / sccs_b / part01 / README < prev    next >
Encoding:
Text File  |  1990-09-20  |  876 b   |  25 lines

  1. The following shell scripts are a simple, user friendly front end
  2. to SYS V.3 sccs.  The assumed directory structure is as follows:
  3.  
  4.     ${PROJECTDIR:-./}
  5.             | SCCS
  6.             | src_backup
  7.  
  8. The directory SCCS contains all of the p.* and s.* files created by sccs.
  9. Each source file is copied to the src_backup directory BEFORE any SCCS
  10. operations are attempted.  Attempts to do an sccs operation that might
  11. result in a trashed sccs file are aborted with a message which identifies
  12. the problem and recommends corrective action.  If an sccs operation does
  13. somehow trash the SCCS file, then the latest source version will always
  14. be available from the src_backup directory.
  15.  
  16. A template Makefile is included to illustrate the typical use of these
  17. sccs scripts
  18.  
  19. Bill Hatch
  20. Coleman Research Corporation
  21. 14504 Greenview Drive Suite 500
  22. Laurel, Maryland 20708
  23. Phone (301)470-3839
  24. FAX (301)776-5461
  25.