OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.7 KiB

  1. .\" Title: sde-commit
  2. .\" Author:
  3. .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
  4. .\" Date: 08/10/2007
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-COMMIT" "1" "08/10/2007" "" ""
  9. .\" disable hyphenation
  10. .nh
  11. .\" disable justification (adjust text to left margin only)
  12. .ad l
  13. .SH "NAME"
  14. sde\-commit \- Commit changes
  15. .SH "SYNOPSIS"
  16. \fIsde commit\fR [DISCRIMINATORS] [OPTIONS] [ITEMS\]
  17. .sp
  18. .SH "DESCRIPTION"
  19. Commits changes to the identified part (item) within the sde environment section indicated by the discriminator. When the user has commit rights to the SCM repository containing the item, using this command will indeed commit the changes. If there are no commit rights to the repository, all changes will be wrapped up in a patch and send to the mailing list.
  20. .sp
  21. .SH "DISCRIMINATORS"
  22. .PP
  23. package, pkg
  24. .RS 4
  25. Commits changes to the specified package(s).
  26. .RE
  27. .PP
  28. repository, repo
  29. .RS 4
  30. Commits all modified pkgs in the specified repository.
  31. .RE
  32. .PP
  33. system, sys
  34. .RS 4
  35. Commits all changes to the sde framework itself. For this discriminator no items should be provided.
  36. .RE
  37. .PP
  38. target, tgt
  39. .RS 4
  40. Commits changes to the specified target(s).
  41. .RE
  42. When no discriminator is specified, package will be used as the default discriminator.
  43. .sp
  44. .SH "OPTIONS"
  45. .PP
  46. \-\-dry\-run, \-d
  47. .RS 4
  48. Gives feedback of what would be done, but does not really commit.
  49. .RE
  50. .PP
  51. \-\-message, \-m
  52. .RS 4
  53. Allows to specify the commit message on the command line. The argument specifies the actual commit message.
  54. .RE
  55. .PP
  56. \-\-file, \-f
  57. .RS 4
  58. Allows long commit message to be read frome file. The argument specifies the file from which to read the message.
  59. .RE
  60. .SH "EXAMPLES"
  61. .sp
  62. .RS 4
  63. .nf
  64. sde ci .
  65. .fi
  66. .RE