2012-08-25 03:13:08 +02:00
|
|
|
.. _subversion:
|
|
|
|
|
|
|
|
subversion
|
2012-08-28 03:59:22 +02:00
|
|
|
``````````
|
2012-08-25 03:13:08 +02:00
|
|
|
|
2012-08-28 03:59:22 +02:00
|
|
|
.. versionadded:: 0.7
|
2012-08-25 03:13:08 +02:00
|
|
|
|
|
|
|
Deploys a subversion repository.
|
|
|
|
|
|
|
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
|
|
|
| parameter | required | default | comments |
|
|
|
|
+====================+==========+=========+============================================================================+
|
|
|
|
| repo | yes | | The subversion URL to the repository. |
|
|
|
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
|
|
|
| dest | yes | | Absolute path where the repository should be deployed. |
|
|
|
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
|
|
|
| force | no | yes | If yes, any modified files in the working repository will be |
|
2012-08-28 03:59:22 +02:00
|
|
|
| | | | discarded. If no, this module will fail if it encounters modified files. |
|
2012-08-25 03:13:08 +02:00
|
|
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
|
|
|
|
|
|
|
Example action from Ansible :doc:`playbooks`::
|
|
|
|
|
|
|
|
subversion repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
|