home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / asm / SCCS100.ZIP / SCCS.DOC next >
Encoding:
Text File  |  1989-03-27  |  2.2 KB  |  56 lines

  1. SCCS - Source Code Control System
  2. (C) 1989. C. Pravetz
  3. All rights reserved.
  4.  
  5.  
  6. This Source Code Control System is designed to manage libraries of source
  7. code created within a multiprogrammer environment.
  8.  
  9. Libraries are created for each program you are developing; and within each
  10. library, SCCS maintains a copy of the latest five versions of each source
  11. code file.  The libraries are maintained with PKZip and PKUnZip, products
  12. of Phil Katz, which must be registered with Mr. Katz.
  13.  
  14. Like a real library, SCCS permits programmers to "check out" a source file
  15. for maintainance, and excludes others from using that file until it is
  16. returned.  In addition, SCCS permits users to extract copies of all the
  17. latest source modules in order to create a compilable program, logs
  18. modules back in if no changes were made, and maintains a log of all
  19. activity for each library.
  20.  
  21. SCCS' commands are simple; you can use command line parameters or let SCCS
  22. prompt you.  Run SCCS without any command line parameters and SCCS will
  23. display a list of the commands that are currently available.
  24.  
  25. SCCS creates several files:
  26.  
  27.   SCCS.INF    - SCCS' database
  28.   SCCS.INX    - index to database
  29.   Library.ZIP - The Zipfile of source code for Library.
  30.   Library.SLG - Log file of Library activity.
  31.  
  32. Two caveats!
  33.  First, when you have two source files with the same name but different
  34.  extensions, SCCS will confuse the backup versions. Secondly, If you have
  35.  any source files with the extension .BK?, SCCS will likewise get confused.
  36.  This is because SCCS maintains backup copies of your source modules as
  37.  *.BK1, *.BK2, *.BK3 and *.BK4.
  38.  
  39. If you have questions or comments about SCCS, please contact me through
  40. Exec-PC or CompuServe (72657,2530).
  41.  
  42. Registration of this product is required for use in any commercial
  43. enterprise, corporation or for-profit activity.
  44.  
  45. Send a registration fee of $30.00 to:
  46.  
  47.                   P. Pravetz
  48.                   133 Meadowbrook Drive
  49.                   Bethel Park, PA 15102
  50.  
  51.  
  52. (By the way, updates will include features to vary the number of backup
  53. versions, create incremental change files instead of full versions, and
  54. automatically cut off archives at version changes in your programs.)
  55.  
  56.