lsproject
Lists information about a UCM project
APPLICABILITY
ClearCase UCM (cleartool subcommand)
SYNOPSIS
- lsproject [ -s·hort | -l·ong | -fmt format-string |
- -tre·e [ -fmt format-string ] [ -dep·th depth ] |
-anc·estor [ -fmt format-string ] [ -dep·th depth ] ]
[ -inv·ob vob-selector | -in folder-selector |
-vie·w view-tag | -cvi·ew | project-selector ... ]
DESCRIPTION
The lsproject command lists information for one or more UCM projects. Command options allow you to specify the type of information and the format in which it is displayed.
PERMISSIONS AND LOCKS
Permissions Checking: No special permissions are required.
Locks: No locks apply.
Mastership: Mastership does not apply.
OPTIONS AND ARGUMENTS
SELECTING A DISPLAY FORMAT. Default: One-line summary.
- -s·hort
- Displays a one-line summary showing the name of each project.
- -l·ong
- Displays a detailed listing for a project, similar to the describe -long command.
- -fmt format-string
- Displays information in the specified format. See the fmt_ccase reference page for details.
- -tre·e [ -fmt format-string ] [ -dep·th depth ]
- Displays information for a project, including its hierarchy of streams and activities. By default output is presented in a version-tree format. You can modify how information is displayed with the -fmt and -depth options.
- The -fmt option displays information using the specified format. See the fmt_ccase reference page for more information.
- The -depth option lists the hierarchy of objects to the level specified by the depth argument. The depth argument must be a positive integer.
- -anc·estor [ -fmt format-string ] [ -dep·th depth ]
- Displays information about one or more projects and its parent folders.
- The -fmt option displays information using the specified format. See the fmt_ccase reference page for further information.
- The -depth option lists the hierarchy of objects to the level specified by the depth argument. The depth argument must be a positive integer.
SPECIFYING THE PROJECT. Default: Lists projects in the project VOB of the current directory. You can also specify one of the following options:
- -inv·ob vob-selector
- Displays a list of all projects in the specified project VOB.
- -in folder-selector
- Displays a list of projects in the specified folder.
- -vie·w view-tag
- Displays information for the project containing the stream attached to the specified view.
- -cvi·ew
- Displays information for the project containing the stream attached to the current view.
- project-selector ...
- Specifies one or more projects to list.
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.
- Display a detailed description of the specified project.
cmd-context lsproject -long Java_Parser_Project_28174@/vobs/core_projects
project "Java_Parser_Project_28174"
17-Sep-99.11:24:18 by Bill Marrs (bill.user@propane)
owner: bill
group: user
folder: RootFolder
title: Java Parser Project
development streams:
modifiable components:
default rebase promotion level: TESTED
recommended baselines:
policies:
UnixIntVSnap disabled
UnixDevVSnap disabled
WinIntVSnap disabled
WinDevVSnap disabled
DeliverReqRebase disabled
DeliverAllowNCoDevStr disabled
- Display a short description of the project visible from the specified view.
cmd-context lsproject -view java_int
17-Sep-99.11:24:18 Java_Parser_Project_28174 bill "Java Parser Project"
SEE ALSO
chproject, mkproject, rmproject
Feedback on the documentation in this site? We welcome any comments!
Copyright © 1999 by Rational Software Corporation. All rights reserved.
|