mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adding example for svn export
This commit is contained in:
@@ -81,6 +81,9 @@ options:
|
||||
EXAMPLES = '''
|
||||
# Checkout subversion repository to specified folder.
|
||||
- subversion: repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
|
||||
|
||||
# Export subversion directory to folder
|
||||
- subversion: repo=svn+ssh://an.example.org/path/to/repo dest=/src/export export=True
|
||||
'''
|
||||
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user