RADE

Source Code Manager

adl_restore_image

Restoring an image

Quick Reference

Abstract

The adl_restore_image command restores objects for the current workspace.


Synopsis

adl_restore_image object...|{-all_fw [-format]} [-h | -help | -?]
 
 

Usage

This command restores files and directories in the current working image. It repairs the current workspace's image which is partially or entirely damaged with the workspace contents contained in the database. If some of the files and/or directories are inconsistent with regards to the database, this command let’s you project the last version of each file from the database.

The command requests as input argument, the access path to a SCM object belonging to the current image of the current workspace.

The restoration process takes in account the checked-out files.
If the checked-out file content is found, it will not be modified. In another case, only the last contents found in the database will be restored.

Examples:

To create a new image, run the [1] adl_mk_image command.

[Top]

Options

adl_restore_image accepts the following options:
 

-h|-help|-? Help of the command
object ... Name of the objects to restore
-all_fw All current image contents will be restored.
-format Reformat the projection information (directory ToolsData\ProjectionInfo).
Do not trust information stored in the image directory but rebuild it from the database.

Examples

Restore the "MyFile" file of the "MyWs" workspace:  

adl_ch_ws MyWs
adl_restore_image MyFile

 

Restore all the framework of the "MyWs" workspace:  

adl_ch_ws MyWs
adl_restore_image -all_fw

[Top]


References

[1] adl_mk_image: creating an image

[Top]


History

Version: 1 [Mar 2001] Document created

[Top]


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