Use this service to find out how to check out a certain version.
| Property | Explanation | Example |
| tag | Tag in VCS repository | tag=ver-1_17_2_18 |
| repository | Path to main module in VCS | module=fancyproject |
| module0.server_path, module1.server_path, module2.server_path, ... | Paths to extra modules in VCS | module0.server_path=funnymodule |
| module0.work_path, module1.work_path, module2.work_path, ... | Paths to extra modules in working directory, relative to root of main module | module0.work_path=modules/funny |
| missing_adjustments.adjustment0.id, missing_adjustments.adjustment1.id, missing_adjustments.adjustment2.id, ... | Identifiers of environment adjustments required for given version that are missing from environment | missing_adjustments.adjustment0.id=32 |
| missing_adjustments.adjustment0.short_description, missing_adjustments.adjustment1.short_description, missing_adjustments.adjustment2.short_description, ... | Short descriptions of environment adjustments required for given version that are missing from environment | missing_adjustments.adjustment0.short_description=At least 5GB free tablespace for Oracle |
| excessive_adjustments.adjustment0.id, excessive_adjustments.adjustment1.id, excessive_adjustments.adjustment2.id, ... | Identifiers of environment adjustments NOT required for given version that are excessive in environment | excessive_adjustments.adjustment0.id=37 |
| excessive_adjustments.adjustment0.short_description, excessive_adjustments.adjustment1.short_description, excessive_adjustments.adjustment2.short_description, ... | Short descriptions of environment adjustments NOT required for given version that are excessive in environment | excessive_adjustments.adjustment0. short_description=Java 5 JVM |