Merge pull request #4231 from drfickle/svn_docs
Elaborate on capabilities of subversion module
This commit is contained in:
commit
888d6dfe9f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ DOCUMENTATION = '''
|
|||
module: subversion
|
||||
short_description: Deploys a subversion repository.
|
||||
description:
|
||||
- Deploy given repository URL / revision to dest.
|
||||
- Deploy given repository URL / revision to dest. If dest exists, update to the specified revision, otherwise perform a checkout.
|
||||
version_added: "0.7"
|
||||
author: Dane Summers, njharman@gmail.com
|
||||
notes:
|
||||
|
|
Loading…
Reference in a new issue