From 922e34c14403122a4ed6a320a0703a019bc9f748 Mon Sep 17 00:00:00 2001 From: Dane Summers Date: Fri, 24 Aug 2012 07:54:30 -0400 Subject: [PATCH] updated docs for pull request #922 (subversion module) --- modules.html | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/modules.html b/modules.html index bfcb8e15c28..39c9199c28d 100644 --- a/modules.html +++ b/modules.html @@ -804,6 +804,11 @@ small local files. prior to 0.6, acts if ‘yes’ by default. origin name of the remote branch +force +no +yes +(New in 0.8) If yes, any modified files in the working repository will be thrown out. If no, this module will fail if it encounters modified files. +

Example action from Ansible Playbooks:

@@ -1466,6 +1471,47 @@ your best judgement.

shell somescript.sh >> somelog.txt
+
+

subversion

+

+New in version 0.8.

+

Deploys a subversion repository

+ ++++++ + + + + + + + + + + + + + + + + + + + + + + + + +
parameterrequireddefaultcomments
repoyes The subversion URL to the subversion repository.
destyes The absolute path where the repository should be deployed.
forcenoyesIf yes, any modified files in the working repository will be thrown out. If no, then this module will fail if it encounters modified files.
+

Example action from a playbook:

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

supervisorctl

@@ -1805,4 +1851,4 @@ yum name=httpd state=installed

- \ No newline at end of file +