edcs

Edits the config spec of a view

APPLICABILITY


Product

Command Type

ClearCase


cleartool subcommand


ClearCase LT


cleartool subcommand


Attache


command


Platform

UNIX


Windows

SYNOPSIS

edcs [ -tag view-tag ] [ file ]
edcs [ file ]

DESCRIPTION

For information on specifying config spec content, see the config_spec reference page. As a rule, you never edit a UCM config spec; see the config_spec reference page for exceptions to this rule.

This command does not require a product license.

General Information-The Edit Session

The edcs command revises a view's config spec by invoking a text editor on an existing config spec (ClearCase and ClearCase LT) or by downloading a config spec into a temporary file and invoking a text editor on an existing config spec (Attache). The config spec can be one of the following:

ClearCase on UNIX-The Edit Session

In ClearCase, if the working directory view differs from the set view (established by the setview command), edcs displays a warning message and uses the working directory view. The text editor invoked by edcs is specified by the environment variable WINEDITOR (first choice), VISUAL (second choice), or EDITOR (third choice). If none of these EVs is set, vi(1) is invoked.

When you invoke edcs without specifying the file argument, ClearCase and ClearCase LT run the text editor from the /tmp directory. When you end the editing session and set the config spec, the config spec is stored in the view storage directory. However, if you perform other operations from within the text editor, ClearCase and ClearCase LT execute those operations from /tmp, not from the directory where you invoked edcs. For example, in a vi editing session, the command :w prev-cs copies the contents of the config spec to a file named prev-cs and stores prev-cs in /tmp.

ClearCase and ClearCase LT on Windows-The Edit Session

In ClearCase and ClearCase LT, the text editor invoked by edcs is specified by the VISUAL environment variable; if this EV is not set, edcs uses the value of the EDITOR environment variable. If neither EV is set, edcs invokes the Notepad.

After the Edit Session

At the end of the edit session, there is a confirmation step. For dynamic views, this prompt is:

Set config spec for view "view-tag"? [yes]

For snapshot views, this prompt is:

Set config spec and load snapshot view "view-tag"? [yes]

If you answer yes:

If you answer no, the command is canceled; the view retains its current config spec.

ClearCase, ClearCase LT, and Attache on UNIX-Export View Config Specs

If you modify the config spec of a view that is being exported for non-ClearCase access, make sure that all users who may currently have the view mounted for that purpose unmount and remount the view. Unmounting and remounting the view ensures access to the correct set of files as specified in the updated config spec.

RESTRICTIONS

None.

OPTIONS AND ARGUMENTS

SPECIFYING THE VIEW.  Default: Edits and sets a config spec for the current view.

-tag view-tag

The view-tag of any dynamic view; the view need not be active.
NOTE: To edit the config spec of a snapshot view, you must be in that view. However, in a snapshot view, you can use this option to edit the config spec of a dynamic view.

SPECIFYING THE CONFIG SPEC FILE.  Default: Edits the view's current config spec.

file

The pathname of a file to be used as input to the edit session.

  • (ClearCase and ClearCase LT) If the file does not exist, edcs creates it.
  • (Attache) If the file does not exist locally, edcs downloads it if it exists remotely, or creates it locally if it does not exist. The named file is saved both locally and remotely. Both the local and remote temporary files are deleted after the file has been uploaded.

EXAMPLES

The UNIX examples in this section are written for use in csh. If you use another shell, you may need to use different quoting and escaping conventions.

The Windows examples that include wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.

In cleartool single-command mode, cmd-context represents the UNIX shell or Windows command interpreter prompt, followed by the cleartool command. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.

SEE ALSO

attache_command_line_interface, attache_graphical_interface, catcs, config_spec, lsview, mktag, setcs, setview, update