| Date: | 2009/12/05 |
|---|
Scmproj used templates for project config and for command constructor (project-command).
Template variables marked with curly braces ({VAR}).
| Variable | Comment |
|---|---|
| RELPATH | directory to create working copy of component in the project checkout |
| BRANCH_URL | URL to component branch origin (it's not local copy of the branch) |
| BRANCH_NAME | component's branch name for current alt |
| FORMAT | branch format (if specified in project.cfg) |
| REVISION | revision of the branch (if not specified in project.cfg then value of -1 is used) |
| LOCAL_BRANCH, | Absolute path of local copy of component branch |
| LOCAL_TREE | |
| PROJECT_ROOT | Absolute path of local project root |
| VAR1 (var1) | User-specified template variable #1 |
| VAR2 (var2) | User-specified template variable #2 |
| VAR3 (var3) | User-specified template variable #3 |