Adding example for svn export
This commit is contained in:
parent
bc14ced48d
commit
22468e9455
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ options:
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Checkout subversion repository to specified folder.
|
# Checkout subversion repository to specified folder.
|
||||||
- subversion: repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
|
- 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
|
import re
|
||||||
|
|
Loading…
Reference in a new issue