RADE

Source Code Manager

adl_project

Projecting file's content

Quick Reference

Abstract

The adl_project command projects the content of Source Code Manager (SCM) objects. 


Synopsis

adl_project object... | -all_fw -ws_rev workspace_revision -dir directory | -file file_path [-h | -help | -?]
 

Usage

This command projects in the path <directory> all the objects or the SCM objects <object...> and its contained objects or all objects contained in the workspace revision like in the workspace revision <ws_rev>. You can project a version of a file modified with an [1] adl_co command

Source Code Manager objects must exist. The objects to be projected can be identified by:

A path can be a framework, module, data, directory or file path.

With the different options, you can specified a file or a workspace's revision. You can also give a specific directory path in with the objects will be projected:

[Top]

Options

adl_project accepts the following options:

-h|-help|-? Help of the command
object.... Existing SCM object paths or identifiers
-all_fw All workspace revision content will be projected.
-ws_rev workspace_revision The workspace revision to project.
-dir directory Path where to project the SCM objects. If this directory does not exist, it will be created
-file file_path Path of the file for writing the file content. site.

Examples

Get the file content of the file "FileName", which object identifier is "C99ddB5cn9+3+++-GE+f" and like it was in the workspace revision ws.tree.number

adl_project soid:C99ddB5cn9+3+++-GE+f -ws_rev ws.tree.number
or
adl_project FileName -ws_rev ws.tree.number

 

Get the file content of the file "FileName", which object identifier is "C99ddB5cn9+3+++-GE+f" and like it was in the workspace revision ws.tree.number and send the result into the file "FileResult": 

adl_project soid:C99ddB5cn9+3+++-GE+f -file FileResult -ws_rev ws.tree.number
or
adl_project FileName -file FileResult -ws_rev ws.tree.number

 

Project under the directory ~/tmpdir all the frameworks that did exist in the workspace revision ws.tree.number

adl_project -all_fw -dir ~/tmpdir -ws_rev ws.tree.number

[Top]


References

[1]
[2]
adl_co: Modifying files
adl_get_file_content: Getting file content

[Top]


History

Version: 1 [May 2001] Document created

[Top]


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