cd

Changes the current working directory

APPLICABILITY

ClearCase (cleartool subcommand), Attache (command), MultiSite (multitool subcommand)

SYNOPSIS

cd [ dir-pname ]

DESCRIPTION

The cd command works differently depending on whether you are using a dynamic view or a snapshot view.

Changing Directories in a Dynamic View

The cd command changes the current working directory, as does the standard cd command. In Attache, the current directory is changed both in the workspace and the view, and is set as the command prompt in the Command Window. In ClearCaseand MultiSite, this command is intended for use in interactive cleartool and multitool sessions and in batch files that simulate interactive sessions.

In ClearCase, with a view-extended pathname, cd also changes your working directory view. The specified view's config spec determines which versions of elements are visible in your new working directory.

With a version-extended pathname that specifies an element or branch, cd changes your current working directory to a location in version-extended namespace, wherein element and branch names are treated like directories in a read-only file system. The best way to leave version-extended namespace is to change directories to a full pathname. Typing cd .. does not exit version-extended namespace until you ascend past the VOB root directory. (See the pathnames_ccase reference page.)

Changing Directories in a Snapshot View

The cd command changes the current working directory. If dir-pname specifies a snapshot view, cd changes the view context to that of the snapshot view.

View Selection Precedence

Regardless of the view type, view-selection precedence is as follows:

  1. If you specify a a view-extended name, that view is used.
  2. Otherwise, the view implied by the current directory is used.
  3. Otherwise, the view that has been set (if any) is used.
Attache's Client Process Startup Directory

A separate startup directory is associated with the Attache client process. This directory changes depending on how Attache is started. For example, it is the working directory specified in Attache's program item properties if Attache is started from the icon. Once the Attache client process is started, this directory never changes.

PERMISSIONS AND LOCKS

Permissions Checking: No special permissions required. Locks: No locks apply.

OPTIONS AND ARGUMENTS

SPECIFYING THE NEW WORKING DIRECTORY.  Default: Changes to your home directory in ClearCaseand MultiSite; or the home directory on the helper host in Attache, determined by the value of the HOME environment variable, the value of the HOMEDRIVE and HOMEPATH environment variables, or the user profile.

dir-pname

The pathname of the directory to become your current working directory. You can specify a view-extended or version-extended pathname, as described above.
In Attache, the pathname may or may not exist locally, and may even be invalid on the local file system. No error occurs unless you try to download a file at that pathname.

EXAMPLES

Examples including 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 command interpreter prompt. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.

cmd-context cd ..\release (in Attache, type this command at a workspace prompt)
cmd-context cd hello.c@@\main (in Attache, type this command at a workspace prompt)
cmd-context cd src@@
cmd-context pwd
M:\workvu\vob1\src@@
cmd-context cd \workvu\vob1\src
cmd-context pwd
M:\workvu\vob1\src
\vobs1\>  cd src@@
\vobs1\src@@>  pwd
\vob1\src@@
\vobs1\src@@>  cd \vob1\hw\src
\vobs1\hw\src>  pwd
\vob1\hw\src

SEE ALSO

attache_command_line_interface, attache_graphical_interface, config_spec, pathnames_ccase, pwd, pwv, setview, view



Feedback on the documentation in this site? We welcome any comments!
Copyright © 1999 by Rational Software Corporation. All rights reserved.