RADE |
Source Code Manager |
adl_ls_ws_revListing workspace's revisions |
Quick Reference |
AbstractThe adl_ls_ws_rev command displays a list of the workspace's revisions in one or more tree(s). |
adl_ls_ws_rev [workspace_name] [-tree ws_tree_name...] [-from
rev1_or_date1] [-to rev2_or_date2] [-at date] [-program [-sep |
-separator char]] [-out file_path] [-h | -help | -?]
Workspace's revisions are displayed in a table format to explain the different
revisions and their causes. The name of the current workspace ([1]
adl_ch_ws command) is either the current workspace or the given workspace.
By default, the command displays the list of the revisions belonging to the same tree as
the current workspace. If this workspace is multi-tree, all the revisions in all the trees
are displayed.
You can limit the display to some of the trees, giving their names.
You can display the revisions of the workspace for only a given time period, giving a beginning date and an end date. The given date must follow the following format: YYYY/MM/DD-hh:mm:ss
You can also display the revisions of the workspace at a given date.
The "-program" option displays information in a specific output mode. For more details, see the article explaining this option.
[Top]
adl_ls_ws_rev accepts the following options:
-h|-help|-? | Help of the command |
workspace_name | Name of the workspace whose workspace's tree is displayed |
-tree tree_name | List revisions only in these workspace trees |
-from rev1_or_date1 | Revision number origin of the list choosen in function of the given revision or the given date |
-to rev2_or_date2 | Revision number ending of the list choosen in function of the given revision or the given date |
-at date | Search the current revision at this date |
-program | Display in XML format |
-sep char | Separator between each field for programs (space " " by default) |
-separator char | Separator between each field for programs (space " " by default) |
-out file_name | Path to a file "file_name" for writing the results |
Display all the revisions of the current workspace:
adl_ls_ws_rev |
Display all the revisions of the workspace "my_ws":
adl_ls_ws_rev my_ws |
Display all the revisions of the current workspace at a given date "Year=YYYY Month=MM Day=DD":
adl_ls_ws_rev -at YYYY/MM/DD |
Display all the revisions of the current workspace belonging to the trees "tree1" and "tree2":
adl_ls_ws_rev -tree tree1 tree2 |
Display all the revisions of the current workspace being between revision number rev1 and revision number rev2, in all the trees where current workspace exists:
adl_ls_ws_rev -from rev1 -to rev2 |
Display all the revisions of the current workspace being between revision at the given date date1 and revision at the given date date2:
adl_ls_ws_rev -from ws1 -tree tree1 |
Display all the revisions of the current workspace and result sent to the file "my_file":
adl_ls_ws_rev -out my_file |
Example of result:
|
[Top]
[1] [2] |
adl_ch_ws: Changing workspace adl_ds_ws: Displaying workspace status |
[Top]
Version: 2 [Nov 2001] | Document update |
Version: 1 [Apr 2001] | Document creation |
[Top]
Copyright © 2001, Dassault Systèmes. All rights reserved.