Version Control: Check Out
The module transfers a definiert Version from a version control system to a client. The version can be defined by a tag or the name of a branch.
Designation
- Name
- vcs.Pull
- Aliases
- pm.PackagePull, Pull, Pull, CheckOut, GitPull
Configuration
- Optionen
- Version Control System
- Package (
package) - Name of the package to check in
- VCS username (
vcs-username) - username for the repository access
- VCS password (
vcs-password) - password for the repository access
- VCS password file (
vcs-password-file) - To hide the password from commandline this option can be used to pass on the password in a file
- Encryption Key (
vcs-password-key) - Defines the secret for the password encryptionMögliche Werte: Server (
server), AE Script (ae-script)
- Branch (
branch) - Name of the branch to use
- Tag (
tag) - Name of of a version to choose from a branch
- force check-out (
force) - Force the check-out also if there are activities
Description
The two options branch (branch) and tag (tag) should not be specified at the same time. If this is done, the option tag (tag) is ignored.