RADE

Source Code Manager

adl_unco

Unacquiring files

Quick Reference

Abstract

The adl_unco command unacquires (unchecks-out) one, or more, files in the current image of the current workspace already acquired officially.


Synopsis

adl_unco file... [-h | -help | -?]

Usage

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]

Options

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]

Examples

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 
cd MyFw/src 
adl_unco MyFile

 

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]


References

[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]


History

Version: 1 [Mar 2001] Document created

[Top]


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