RADE |
Source Code Manager |
adl_mk_privAcquiring files |
Quick Reference |
AbstractThe adl_mk_priv command acquires (checks-out) one, or more, files in the current image of the current workspace for modification purposes in a private acquisition mode. |
adl_mk_priv file... [-no_check] [-h | -help | -?]
There are several types of acquisition, depending on whether other people are allowed to simultaneously modify files you are currently working on:
This command acquires in a private mode one, or more, file(s) in the current image of the current workspace. The difference with a check-out ([1] adl_co command) is that all the modifications made to these files cannot be promoted to the parent workspace. If the modifications must become official, you must use the [1] adl_co command, which will keep the modifications already done in the private mode.
Usage rules:
To list the files acquired in a private mode only, run the [2] adl_ls_priv command. To list all the acquired files in a given workspace, run the [3] adl_ls_co command.
[Top]
adl_mk_priv accepts the following options:
-h|-help|-? | Help of the command |
file ... | Path(es) of the file(s) element(s) to check-out |
-no_check | No check that the file has been modified out of SCM scope |
Acquire a file "MyFile" in a private mode in the directory "src" of the framework "MyFw" of the workspace "MyWs":
adl_mk_priv MyFw/src/MyFile |
Acquire a file "MyFile" in a private mode, without any check:
adl_mk_priv -no_check Fw/src/MyFile |
[Top]
[1] [2] [3] |
adl_co: Acquiring file in an official mode adl_ls_priv: Listing acquired files in a private mode adl_ls_co: Listing all acquired files |
[Top]
Version: 1 [Mar 2001] | Document created |
[Top]
Copyright © 2001, Dassault Systèmes. All rights reserved.