-
Notifications
You must be signed in to change notification settings - Fork 15
Want. svn
Alexey Shumkin edited this page Jun 21, 2019
·
1 revision
Работа с SVN
- quiet,
- output,
- failonerror — см. соответствующие атрибуты exec
- command — команда SVN
- dest — целевая папка
- repo — путь проекта в SVN
- trunk — ветка текущей разработки.
- tags — ветка меток
- branches — ветки
'''trunk''' = '/trunk', а '''repo''' = '''http://<какой-то-путь>'''
то в итоге
'''trunk''' будет равен '''http://<какой-то-путь>/trunk'''
<target name="example">
<svn>
<repo value="repo_path" />
<dest value="module_name" />
</svn>
</target>