RADE |
Source Code Manager |
adl_ls_mergeListing merges |
Quick Reference |
AbstractThe adl_ls_merge command lists the merges still to be solved in a workspace. |
adl_ls_merge [workspace_name] [-tree ws_tree_name...] [-program [-sep | -separator char]] [-chg_info] [-out file_path] [-h | -help | -?]
The command lists, tree by tree, the files on which a merge needs to be done, indicating the merge type.
This command can be run either on the current workspace either on a given workspace.
The display can be limited to some of the trees, in the case of a multi-tree workspace.
The data displayed are:
The different merge types are:
Those data can be displayed either in a normal mode ("deleted" or "not deleted") or in a program mode ("1" or "0"). The result of the command can be sent in the file of your choice, and you can work with those results afterwards.
The "-program" option displays information in a specific output
mode. For more details, see the article
explaining this option.
[Top]
adl_ls_merge accepts the following options:
-h|-help|-? | Help of the command |
workspace_name | Name of the workspace |
-tree ws_tree_name | To restrict the command to a set of workspace trees |
-program | Display for programs: object path, merge type, seen as deleted (1) or not (0) |
-sep | -separator | Separator character between each field for programs (default value is blank) |
-out file_path | Path of a file for writing the results |
-chg_info | Display informations (history) of each change to merge |
[Top]
Display of all the merges to be done of the current workspace "Ws11":
1 merge(s) to solve in the workspace "Ws11": |
Display of all the merges to be done of the current workspace "Ws11" in a program mode. The result is sent to the file "MyFile":
adl_ch_ws MyWs adl_ls_merge -program -out MyFile Content of the file MyFile |
Display of a workspace, with no merge left to do:
adl_ls_merge No merge in the workspace "MyWs" |
Display of a workspace, with chg_info option:
adl_ls_merge -chg_info 1 merge(s) to solve in the workspace "Ws11": Fw3/Mod3.m/Imakefile.mk Change of content Created by ctc with adl_ci on Friday, January 09, 2004 10:07:38 AM in the workspace Ws11, tree T1. Created by ctc with adl_ci on Friday, January 09, 2004 10:06:49 AM in the workspace Ws1, tree T1. |
[Top]
[1] [2] |
adl_set_merge: Updating merge's parameters adl_solve_merge: Resolving merges |
[Top]
Version: 4 [Jan 2004] | Support of -chg_info option |
Version: 3 [Mar 2002] | Support of -tree option |
Version: 2 [Nov 2001] | Document update |
Version: 1 [Mar 2001] | Document creation |
[Top]
Copyright © 2001, Dassault Systèmes. All rights reserved.