@ -0,0 +1,63 @@ |
|||||
|
.\" Title: sde-copy |
||||
|
.\" Author: |
||||
|
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> |
||||
|
.\" Date: 01/26/2008 |
||||
|
.\" Manual: |
||||
|
.\" Source: |
||||
|
.\" |
||||
|
.TH "SDE\-COPY" "1" "01/26/2008" "" "" |
||||
|
.\" disable hyphenation |
||||
|
.nh |
||||
|
.\" disable justification (adjust text to left margin only) |
||||
|
.ad l |
||||
|
.SH "NAME" |
||||
|
sde\-rename \- renames part of the system |
||||
|
.SH "SYNOPSIS" |
||||
|
\fBsde rename\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEM\fR] [\fIITEMNEW\fR] |
||||
|
.sp |
||||
|
.SH "DESCRIPTION" |
||||
|
Renames part of the system to a new name. The discriminator indicates in what section of the sde system the rename will take place. The item indicates what part will be renamed to the new item name. |
||||
|
.sp |
||||
|
.SH "DISCRIMINATORS" |
||||
|
.PP |
||||
|
\fBconfig, cfg\fR |
||||
|
.RS 4 |
||||
|
Renames an existing config identified by item to a new name. When no item name is specified, |
||||
|
\fIdefault\fR |
||||
|
will be used. |
||||
|
.RE |
||||
|
.PP |
||||
|
\fBpackage, pkg\fR |
||||
|
.RS 4 |
||||
|
Renames an existing package (item) to a new name and/or location. For this discriminator fully qualified package names are required. Fully qualified package names are names in which the actual package name is preceded by the repository name separated by a dot (.). |
||||
|
.RE |
||||
|
.PP |
||||
|
\fBtarget, tgt\fR |
||||
|
.RS 4 |
||||
|
Renames an existing target identified by item to a new name. |
||||
|
.RE |
||||
|
.SH "OPTIONS FOR ALL DISCRIMINATORS" |
||||
|
.PP |
||||
|
\fB\-f, \-\-force\fR |
||||
|
.RS 4 |
||||
|
Allows to overwrite existing items in case the specified new item already exists. In case the new new already exists, it will be removed prior to the requested action. |
||||
|
.RE |
||||
|
.PP |
||||
|
\fB\-q, \-\-quiet\fR |
||||
|
.RS 4 |
||||
|
Reduces the verbosity level. |
||||
|
.RE |
||||
|
.PP |
||||
|
\fB\-v, \-\-verbose\fR |
||||
|
.RS 4 |
||||
|
Increases the verbosity level. |
||||
|
.RE |
||||
|
.SH "AUTHOR" |
||||
|
Written by Minto van der Sluis (misl). |
||||
|
.sp |
||||
|
.SH "REPORTING BUGS" |
||||
|
Report bugs to <list@opensde.org>. |
||||
|
.sp |
||||
|
.SH "COPYRIGHT" |
||||
|
Copyright \(co 2007 The OpenSDE project. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
||||
|
.sp |
@ -1,58 +0,0 @@ |
|||||
.\" Title: sde-import |
|
||||
.\" Author: |
|
||||
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> |
|
||||
.\" Date: 11/26/2007 |
|
||||
.\" Manual: |
|
||||
.\" Source: |
|
||||
.\" |
|
||||
.TH "SDE\-IMPORT" "1" "11/26/2007" "" "" |
|
||||
.\" disable hyphenation |
|
||||
.nh |
|
||||
.\" disable justification (adjust text to left margin only) |
|
||||
.ad l |
|
||||
.SH "NAME" |
|
||||
sde import \- import stuff into the system |
|
||||
.SH "SYNOPSIS" |
|
||||
\fBsde import\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEM\fR] filename |
|
||||
.sp |
|
||||
.SH "DESCRIPTION" |
|
||||
Imports the specified filename into the opensde environment under the name specified by item. If no item name is specified the original name as stored in the imported file will be used. The content of the specified file needs to match the kind of content specified by the discriminator. In case the content does not match the command will abort with an error message. |
|
||||
.sp |
|
||||
.SH "DISCRIMINATORS" |
|
||||
.PP |
|
||||
\fBconfig, cfg\fR |
|
||||
.RS 4 |
|
||||
Forces the imported file to be a config. |
|
||||
.RE |
|
||||
.PP |
|
||||
\fBpackage, pkg\fR |
|
||||
.RS 4 |
|
||||
Forces the imported file to be a package. |
|
||||
.RE |
|
||||
.PP |
|
||||
\fBtarget, tgt\fR |
|
||||
.RS 4 |
|
||||
Forces the imported file to be a target. |
|
||||
.RE |
|
||||
When no discriminator specified the imported file will be processed without checking against a discriminator. |
|
||||
.sp |
|
||||
.SH "OPTIONS FOR ALL DISCRIMINATORS" |
|
||||
.PP |
|
||||
\fB\-n, \-\-dry\-run\fR |
|
||||
.RS 4 |
|
||||
Instead of really importing the file it is normally processed but not imported. This can be used to see what would happen if the file were imported. |
|
||||
.RE |
|
||||
.PP |
|
||||
\fB\-f, \-\-force\fR |
|
||||
.RS 4 |
|
||||
Makes it possible to overwrite existing items with imported information. |
|
||||
.RE |
|
||||
.SH "AUTHOR" |
|
||||
Written by Minto van der Sluis (misl). |
|
||||
.sp |
|
||||
.SH "REPORTING BUGS" |
|
||||
Report bugs to <list@opensde.org>. |
|
||||
.sp |
|
||||
.SH "COPYRIGHT" |
|
||||
Copyright \(co 2007 The OpenSDE project. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
||||
.sp |
|