%PDF- %PDF-
| Direktori : /proc/self/root/proc/thread-self/root/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/self/root/proc/thread-self/root/lib/python2.7/site-packages/salt/states/svn.pyc |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l m Z d d l m
Z
m Z d d l m
Z
e j e � Z d � Z d d d d d e e e d d � Z d d d d d e e e e d d �
Z d d d e d
� Z d S( u�
Manage SVN repositories
=======================
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
i ( t absolute_importt unicode_literalst print_functionN( t
exceptions( t _failt
_neutral_test( t sixc C@ s t d d � S( u'