mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29333 from rallytime/bp-29280
Back-port #29280 to 2015.5
This commit is contained in:
commit
28255af52a
1 changed files with 7 additions and 1 deletions
|
@ -3,10 +3,16 @@
|
|||
Manage SVN repositories
|
||||
=======================
|
||||
|
||||
Manage repository checkouts via the svn vcs system:
|
||||
Manage repository checkouts via the svn vcs system. Note that subversion must
|
||||
be installed for these states to be available, so svn states should include a
|
||||
requisite to a pkg.installed state for the package which provides subversion
|
||||
(``subversion`` in most cases). Example:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
subversion:
|
||||
pkg.installed
|
||||
|
||||
http://unladen-swallow.googlecode.com/svn/trunk/:
|
||||
svn.latest:
|
||||
- target: /tmp/swallow
|
||||
|
|
Loading…
Add table
Reference in a new issue