scmImport
Command Reference
Description
Imports sources to SCM repository
Imports source files into a ready SCM repository. Currently, hardcoded to only support Subversion.
Usage
ctl -t DukesBankProjectBuilder -o <objectname> -c scmImport [-basedir <>] [-binding <>] [-command <import>] [-connection <>] [-label <>] [-module <j2eetutorial14>] [-quiet <>] [-targetdir <>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | base directory | string | ${entity.attribute.basedir} |
| binding | scm binding | string | |
| command | source code management command | string | import |
| connection | scmConnection identifier | string | |
| label | source label | string | |
| module | source module | string | j2eetutorial14 |
| quiet | sets quiet mode if true | string | |
| targetdir | target directory | string | ${entity.attribute.targetdir} |


