1.3 KiB
1.3 KiB
subversion
0.7
This module is really simple, so for now this checks out from the given branch of a repo at a particular SHA or tag. Latest is not supported, you should not be doing that.
parameter | required | default | choices | comments |
---|---|---|---|---|
repo | yes | The subversion URL to the repository. | ||
dest | yes | Absolute path where the repository should be deployed. | ||
force | no | True |
|
If yes, any modified files in the working repository will be discarded. If no, this module will fail if it encounters modified files. |
Export subversion repository in a specified folder
subversion repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
Notes
Requires subversion and grep on the client.