home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / ccs / lib / help / cm < prev    next >
Encoding:
Text File  |  1998-08-19  |  2.5 KB  |  76 lines

  1. *#ident    "@(#)sccs:help.d/cm    6.3"
  2. *    Messages common to more than one SCCS command.
  3. *
  4. -1
  5. "unknown key letter"
  6. You supplied a keyletter which the command does not recognize.
  7. -2
  8. "key letter twice"
  9. You supplied a keyletter more than once.
  10. -3
  11. "missing file arg"
  12. You left off the name of the file to be processed.
  13. -4
  14. "cannot create lock file"
  15. There are two known reasons why this can occur.
  16.  
  17. 1) Someone else is updating the SCCS file (or the p-file).
  18.    You'll have to wait until they're through, and try again.
  19.  
  20. 2) You do not have write permission in the directory where the
  21.    SCCS file resides.  If this is so, you are not allowed to
  22.    create any files (including the ``lock file'') in that
  23.    directory.
  24.  
  25. If it is neither of the two reasons and the problem persists, contact
  26. your Source Code Administrator (SCA).
  27. -5
  28. "bad date/time"
  29. The date/time must be a legitimate date/time in the form
  30. "YY[MM[DD[HH[MM[SS]]]]]".  The program knows about things
  31. like leap years, so be precise.
  32. -6
  33. "no id keywords"
  34. No SCCS identification keywords were substituted for (or found).
  35. If this message came from delta then you just tryed to make a
  36. delta without any keywords.
  37.  
  38. If this message came from get then
  39. your source code administrator blew it.
  40. Complain to him/her.
  41.  
  42. If this message came from admin,
  43. you blew it.
  44. -7
  45. "No id keywords"
  46. No SCCS identification keywords were substituted for.
  47. You may not have any keywords in the file,
  48. in which case you can ignore this warning.
  49. If this message came from delta then you just made a
  50. delta without any keywords.
  51. If this message came from get then
  52. the last time you made a delta you changed the lines
  53. on which they appeared.
  54. It's a little late to be
  55. telling you that you messed up the last time you made a delta, but this is
  56. the best we can do for now, and it's better than nothing.
  57.  
  58. This isn't an error, only a warning.
  59. -8
  60. "value after ... arg"
  61. You had something after the indicated keyletter argument and you weren't
  62. supposed to.
  63. -9
  64. "User ID not in password file ..."
  65. You are apparently running on a system on which you do not
  66. have a login (via a data link of some type).  SCCS will
  67. not allow you to make changes to a file if your user ID is not
  68. located in the password file.
  69. -10
  70. "invalid id keywords"
  71. The specific id keywords specified to admin via -fi"string"
  72. were not found in the file.  You are trying to delta
  73. a file with expanded keywords, get a file which was admin'd
  74. to verify keywords after the last delta, or admin a new file
  75. whose keywords do not match what was specified by "string".
  76.