TracNav
Helga
Documentation
1.0
- The Helga Specification
- Installing Helga
- Upgrading Helga
HelgaShell
- Invoking the Shell
- Shell Conventions
- Shell Examples
- The File Structure
- Tool Versioning
- Scripting for Helga
- Important Attributes
- Command Reference
HelgaWeb
Helga Add-ons
- Building a Helga Debian Package
2.0
- Primary Personas
The Helga Daemon (helgad)
Command Reference
add
- add asset?
- add assignment
- add attachment
- add comment
- add task
- add user
remove
- remove asset
- remove assignment
- remove task
- remove user
get
set
- set attr
- set task
- set comment
- Database Structure
hcp
Summary
Makes an explicit copy of an asset, including all attributes and their values. Changes made to the original asset will not apply to the copy.
Return Value
Returns the full path to the new asset.
Usage
hcp <source asset> <target asset>
Where:
- <source asset> = The existing asset to copy.
- <target asset> = Where to copy the asset to. If <target asset> already exists and is of type alist or any derivative type the new asset will be located at the list <target asset>, with the basename of <source asset>. If <target asset> does not exist, the new asset will have that exact name.
