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.

47 lines
1.3 KiB

  1. .\" Title: sde-update
  2. .\" Author:
  3. .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
  4. .\" Date: 08/14/2007
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-UPDATE" "1" "08/14/2007" "" ""
  9. .\" disable hyphenation
  10. .nh
  11. .\" disable justification (adjust text to left margin only)
  12. .ad l
  13. .SH "NAME"
  14. sde\-update \- updates all or part of the system with upstream changes.
  15. .SH "SYNOPSIS"
  16. \fIsde update\fR [DISCRIMINATORS] [OPTIONS] ITEM [VERSION]
  17. .sp
  18. .SH "DESCRIPTION"
  19. Updates part of the environment to the latest version from the repository. Depending on the discriminator specified either a package or a target can get updated.
  20. .sp
  21. .SH "DISCRIMINATORS"
  22. .PP
  23. package, pkg
  24. .RS 4
  25. Updates the package specified as item to the given version.
  26. .RE
  27. .PP
  28. target, tgt
  29. .RS 4
  30. Updates the target specified as item to the given version. Details for updating will be taken from the OpenSDE Seedlings target database. When the target is not in the Seedlings target database this command results into and error message.
  31. .RE
  32. When no discriminator is specified, package is used as the default discriminator.
  33. .sp
  34. .SH "OPTIONS"
  35. .PP
  36. \-v, \-\-verbose
  37. .RS 4
  38. Give additional feedback on what is happening.
  39. .RE
  40. .SH "EXAMPLES"
  41. .sp
  42. .RS 4
  43. .nf
  44. sde update package subversion 1.4.4
  45. sde update target koala
  46. .fi
  47. .RE