RADE |
Source Code Manager |
adl_uncoUnacquiring files |
Quick Reference |
AbstractThe adl_unco command unacquires (unchecks-out) one, or more, files in the current image of the current workspace already acquired officially. |
adl_unco file... [-h | -help | -?]
This command cancels the last [2] adl_co command run on a file, and restores the file as it was before its acquisition.
The command waits as argument the access path to a file of the current image of the current workspace. If this file was not acquired, the command fails. If this file was acquired in a private mode ( [3] adl_mk_priv command), you must run the [4] adl_rm_priv command.
[Top]
adl_unco accepts the following options:
-h|-help|-? | Help of the command |
file ... | Path(es) of the file(s) element(s) to check-out |
[Top]
Unacquire a file "MyFile" in the directory "src" of the framework "MyFw" of the workspace "MyWs":
adl_ch_ws MyWs adl_unco MyFw/src/MyFile or adl_ch_ws MyWs |
Unacquire a file "MyFile" in the directory "src" of the framework "MyFw" of the workspace "MyWs":
adl_unco MyFw/src/MyFile Officially unchecking-out the file element "MyFw/src/Myin the workspace "MyWs" and the workspace tree "ToolsTree". Command successful. |
Unacquire a file "MyFile", not acquired, in the directory "src" of the framework "MyFw" of the workspace "MyWs":
adl_unco MyFw/src/MyFile No official check-out exists on file "MyFw/src/MyFile" in image "MyWs". |
[Top]
[1] [2] [3] [4] |
adl_ls_co: Listing the acquired objects adl_co: Acquiring an object adl_mk_priv: Acquiring an object in a private mode adl_rm_priv: Suppressing the private mode |
[Top]
Version: 1 [Mar 2001] | Document created |
[Top]
Copyright © 2001, Dassault Systèmes. All rights reserved.