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.

60 lines
2.2 KiB

  1. .\" Title: sde-sync
  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\-SYNC" "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\-sync \- synchronizes all or part of the system with upstream changes.
  15. .SH "SYNOPSIS"
  16. \fIsde sync\fR [DISCRIMINATORS] [OPTIONS] [ITEMS\]
  17. .sp
  18. .SH "DESCRIPTION"
  19. Synchronizes part of the environment to the latest version from the repository. Depending on the discriminator specified either the package tree, an identified target, the OpenSDE framework or all of then will get synchronized
  20. .sp
  21. .SH "DISCRIMINATORS"
  22. .PP
  23. all
  24. .RS 4
  25. Synchronizes everything (system, packages and targets) to the latest changes in the upstream repository. However, only items that actually came from a repository will get synchronized. Other items will not be touched. This discriminator does not require any items to be specified.
  26. .RE
  27. .PP
  28. package, pkg
  29. .RS 4
  30. Synchronizes the package tree to the latest changes in the upstream repository. This discriminator does not require any items to be specified.
  31. .RE
  32. .PP
  33. system, sys
  34. .RS 4
  35. Synchronizes the OpenSDE framework to the latest changes in the upstream repository. This discriminator does not require any items to be specified.
  36. .RE
  37. .PP
  38. target, tgt
  39. .RS 4
  40. Synchronizes the specified target to the latest changes in the upstream repository, but only if it originally came from a repository. If the specified target does not originally come from a repository this command will result in an error message.
  41. .RE
  42. When no discriminator is specified, then the default discriminator depends on the current working directory. When the current working direcotry is inside one of the targets, then that target will get synchronized. on the other hand if it is inside the package tree, then the package tree will get synchronized. If neither of these is the case, then the OpenSDE system will get synchronized.
  43. .sp
  44. .SH "OPTIONS"
  45. .PP
  46. \-v, \-\-verbose
  47. .RS 4
  48. Give additional feedback on what is happening.
  49. .RE
  50. .SH "EXAMPLES"
  51. .sp
  52. .RS 4
  53. .nf
  54. sde sync
  55. sde sync all
  56. sde sync system
  57. sde sync package
  58. sde sync target koala
  59. .fi
  60. .RE