.. _subversion: subversion `````````````````````````````` .. versionadded:: 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. .. raw:: html
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.
      .. raw:: html

      Export subversion repository in a specified folder

          subversion repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
          


      .. raw:: html

      Notes

      Requires subversion and grep on the client.