Browse code

Merge pull request #1703 from igalic/svn-doc-fix

Fix subversion module's documentation

Michael DeHaan authored on 2012/11/28 22:01:17
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@ DOCUMENTATION = '''
23 23
 module: subversion
24 24
 short_description: Deploys a subversion repository.
25 25
 description:
26
-   - 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.
26
+   - This module is really simple, it checks out from the given branch of a repo or at a particular tag.
27 27
 version_added: "0.7"
28 28
 options:
29 29
   repo: