home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume15 / sccs2rcs_kc / part01 / README next >
Text File  |  1990-10-05  |  2KB  |  42 lines

  1. Sccs2rcs is a script to convert an existing SCCS
  2. history into an RCS history without losing any of
  3. the information contained therein.
  4. It has been tested under the following OS's:
  5.     SunOS 3.5, 4.0.3, 4.1
  6.     Ultrix-32 2.0, 3.1
  7.  
  8. Things to note:
  9.   + It will NOT delete or alter your ./SCCS history under any
  10. circumstances.
  11.  
  12.   + Run in a directory where ./SCCS exists and where you can
  13.       create ./RCS
  14.  
  15.   + /usr/local/bin is put in front of the default path.
  16.     (SCCS under Ultrix is set-uid sccs, bad bad bad, so
  17.     /usr/local/bin/sccs here fixes that)
  18.  
  19.   + Date, time, author, comments, branches, are all preserved.
  20.  
  21.   + If a command fails somewhere in the middle, it bombs with
  22.     a message -- remove what it's done so far and try again.
  23.         "rm -rf RCS; sccs unedit `sccs tell`; sccs clean"
  24.     There is no recovery and exit is far from graceful.
  25.     If a particular module is hanging you up, consider
  26.     doing it separately; move it from the current area so that
  27.     the next run will have a better chance or working.
  28.     Also (for the brave only) you might consider hacking
  29.     the s-file for simpler problems:  I've successfully changed
  30.     the date of a delta to be in sync, then run "sccs admin -z"
  31.     on the thing.
  32.  
  33.   + After everything finishes, ./SCCS will be moved to ./old-SCCS.
  34.  
  35. This file may be copied, processed, hacked, mutilated, and
  36. even destroyed as long as you don't tell anyone you wrote it.
  37.  
  38. Ken Cox
  39. Viewlogic Systems, Inc.
  40. kenstir@viewlogic.com
  41. ...!harvard!cg-atla!viewlog!kenstir
  42.