RADE

Source Code Manager

adl_ls_priv

Listing private files

Quick Reference

Abstract

The adl_ls_priv command displays all the acquired files, in a private mode, in a given workspace


Synopsis

adl_ls_priv [workspace_name] [-tree ws_tree_name...] [-program [-sep|-separator char]] [-out file_path] [-h | -help | -?]

Usage

This command displays, image by image, the list of the acquired files, in private mode, for a given workspace. Those files have been acquired with the [3] adl_mk_priv command.
You can see also the [1] adl_ls_co command which lists the files acquired with the [2] adl_co command.

[Top]

Options

adl_ls_priv accepts the following options:
 

-h|-help|-? Help of the command
workspace_name Name of the workspace to examine. Default is current.
-tree ws_tree_name To restrict the command to a set of workspace trees
-program Display for programs: image name and identifier, tree name and identifier, object path and identifier, checked-out type.
-sep separator Separator between each field for programs (default value is blank) 
-separator separator Separator between each field for programs (default value is blank)
-out file_path Path to a file for writing the results.

Examples

 
Display all the acquired files in a private mode in the workspace "MyWs":

adl_ch_ws MyWs
adl_ls_priv
or
adl_ls_priv MyWs

 

Display all the file of the "MyWs" workspace, differences between official and private acquisition:  

adl_ch_ws MyWs
adl_co MyFile
adl_mk_priv MyPrivateFile
adl_ls_co
Official and private checked-out files in image "image_MyWs" in the workspace "MyWs" are:
MyFile (official and exclusive).
MyPrivateFile (private).
adl_ls_priv
Private checked-out files in image "image_MyWs" in the workspace "MyWs" are:
MyPrivateFile (private).

[Top]


References

[1]
[2]
[3]
adl_ls_co:  Listing acquired objects
adl_co: Acquiring files in an official mode
adl_mk_priv: Acquiring files in a private mode

[Top]


History

Version 2 [Mar 2002] Support of output for programs and -tree option
Version: 1 [Mar 2001] Document created

[Top]


Copyright © 2001, Dassault Systèmes. All rights reserved.