|
.\" Title: sde-update
|
|
.\" Author:
|
|
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
|
|
.\" Date: 08/14/2007
|
|
.\" Manual:
|
|
.\" Source:
|
|
.\"
|
|
.TH "SDE\-UPDATE" "1" "08/14/2007" "" ""
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.SH "NAME"
|
|
sde\-update \- updates all or part of the system with upstream changes.
|
|
.SH "SYNOPSIS"
|
|
\fIsde update\fR [DISCRIMINATORS] [OPTIONS] ITEM [VERSION]
|
|
.sp
|
|
.SH "DESCRIPTION"
|
|
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.
|
|
.sp
|
|
.SH "DISCRIMINATORS"
|
|
.PP
|
|
package, pkg
|
|
.RS 4
|
|
Updates the package specified as item to the given version.
|
|
.RE
|
|
.PP
|
|
target, tgt
|
|
.RS 4
|
|
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.
|
|
.RE
|
|
When no discriminator is specified, package is used as the default discriminator.
|
|
.sp
|
|
.SH "OPTIONS"
|
|
.PP
|
|
\-v, \-\-verbose
|
|
.RS 4
|
|
Give additional feedback on what is happening.
|
|
.RE
|
|
.SH "EXAMPLES"
|
|
.sp
|
|
.RS 4
|
|
.nf
|
|
sde update package subversion 1.4.4
|
|
sde update target koala
|
|
.fi
|
|
.RE
|