Showing projects with an obsolete work area path after copying a database

You can show projects whose work area references an obsolete work area path. Use this command when a database is copied to a new location that has similar visibility to Rational® Synergy clients.

About this task

ccm wa|work_area -find find_string -replace new_string
            [-s|-sh|-show] [-reg|-regexp] [-visible]
            [-f|-format format] [-nf|-noformat] 
            ([-ch|-column_header] | [-nch|-nocolumn_header])
            [-sep|-separator separator]
            ([-sby|-sortby sortspec] | [-ns|-nosort|-no_sort])
            [-gby|-groupby groupformat] [-u|-unnumbered]
            project_spec...
-ch|-column_header
Specifies to use a column header in the output format. See -ch|-column_header for details.
find_string
Specifies the string to find in each project's work area path. If -regexp is not specified, the operation finds projects whose work area path contains the find_string. If -regexp is specified, find_string is treated as a regular expression.
-f|-format format
Specifies the command output format. See -f|-format for details.
-gby|-groupby groupformat
Specifies how to group the command output. See -gby|-groupby for details.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See -nch|-nocolumn_header for details.
-nf|-noformat
Specifies not to use column alignment. See -nf|-noformat for details.
-ns|-no_sort
Specifies not to sort the command output. See -ns|-nosort for details.
project_spec...
Specifies the project to be shown. See Project grouping specification for details.
-reg|-regexp
Indicates that new_string and find_string are regular expressions.
You can use this option only with the -find option.
-replace new_string
Specifies the new string to replace find_string. If -regexp is not specified, new_string replaces find_string in the work area path. If -regexp is specified, new_string is treated as a replacement regular expression. See Regular expressions for details.
-sep|-separator separator
Specifies a different separator character. See -sep|-separator for details.
-sby|-sortby sortspec
Specifies how to sort the command output. See -sby|-sortby for details.
-u|-unnumbered
Suppresses automatic numbering of the command output. See -u|-unnumbered for details.
-visible
Specifies to show projects whose work area is visible to the current client only.

Feedback