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

  1. *#ident    "@(#)sccs:help.d/rc    6.3"
  2. *    Messages for SCCS rmdel-cdc commands.
  3. *
  4. -1
  5. "missing r"
  6. You did not specify the 'r' keyletter when you
  7. invoked rmdel or cdc. This argument is always required.
  8. -2
  9. "file ... does not exist"
  10. You named a file to be processed and it does not exist.
  11. -3
  12. "nonexistent sid"
  13. You specified an SID, via the r keyletter, which is not
  14. an SID of the SCCS file.
  15. -4
  16. "you are neither owner nor ..."
  17. You either don't own the file you are trying to process or
  18. your login-name is not the same as the one that created the delta.
  19. Only the creator of a delta (or your SCCS administrator, who
  20. owns the file) can rmdel or cdc a delta.
  21. -5
  22. "not a 'leaf' delta"
  23. You are attempting to remove a delta which is not the
  24. newest (most recent) delta in its branch of the
  25. delta tree. Only the latest may be removed.
  26. -6
  27. "MRs not allowed"
  28. Chghist has determined that MR numbers cannot be specified
  29. for the SCCS file since the file does not have a 'v' flag.
  30. -7
  31. "invalid MRs"
  32. One of the MR numbers you entered in response to a prompt
  33. by cdc is invalid, as determined by the validation program
  34. specified in the 'v' flag of the SCCS file.
  35. -8
  36. "MRs required"
  37. Chghist has determined that MR numbers are required for the
  38. SCCS file it is processing (the file has a 'v' flag), but
  39. none were supplied.
  40. -9
  41. "delta specified has delivered MR"
  42. The delta your are processing with 'rmdel' or 'cdc'
  43. contains an MR number entry which has been marked
  44. 'delivered'. You cannot rmdel or cdc such a delta,
  45. as that would be in violation of a Change Management
  46. Prime Directive.
  47. See your SCCS administrator for further information.
  48. -10
  49. "bad invocation"
  50. You invoked 'rmdel' or 'cdc' by some name other than
  51. (n)rmdel or (n)cdc (you have a link to it).
  52. The program's execution depends on being invoked by one of these
  53. names only.
  54. -11
  55. "r has no sid"
  56. You specified the 'r' keyletter but did not specify the SID of the
  57. delta to be processed. Both are required.
  58. -12
  59. "being edited -- sid is in p-file"
  60. Someone is in the process of making a delta based upon
  61. the same delta (sid) you specified with the 'r' keyletter.
  62. This is indicated by the presence of the specified sid in
  63. an entry of the p-file for the named SCCS file.
  64. Removal of the delta specified is prohibited because
  65. its removal would interfere with other work in progress.
  66.