ansible/rst/modules/subversion.rst
2012-10-03 21:00:26 -04:00

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
      • yes
      • no
      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.