/usr/lib/python2.6/site-packages/pip-7.1.2-py2.6.egg/pip/vcs
Edit: /usr/lib/python2.6/site-packages/pip-7.1.2-py2.6.egg/pip/vcs/subversion.pyc (9952B)
Ñò
vVc @@ s) d d k l Z d d k Z d d k Z d d k Z d d k l Z d d k l Z d d k
l Z l Z d d k
l Z d d k l Z l Z e i d ƒ Z e i d ƒ Z e i d
ƒ Z e i d ƒ Z e i d ƒ Z e i d
ƒ Z e i e ƒ Z d e f d „ ƒ YZ d „ Z e i e ƒ d S( i ( t absolute_importN( t parse( t Link( t rmtreet display_path( t
indent_log( t vcst VersionControls
url="([^"]+)"s committed-rev="(\d+)"s URL: (.+)s Revision: (.+)s \s*revision="(\d+)"s
(.*)t
Subversionc B@ s˜ e Z d Z d Z d Z d Z d „ Z d „ Z d „ Z d
„ Z d „ Z
d „ Z d
„ Z d „ Z
d „ Z d „ Z d „ Z d „ Z e d „ Z RS( t svns .svnt checkouts svn+sshs svn+https svn+httpss svn+svnc C@ s | i d ƒ i | i ƒ p t d | ‚ | i d | g d t d h d d 6ƒ} t i | ƒ } | p+ t i d t
| ƒ ƒ t i d | ƒ d
S| i
d
ƒ i ƒ } t i | ƒ } | p1 t i d t
| ƒ ƒ t i d | ƒ | d f S| | i
d
ƒ f S( s/ Returns (url, revision), where both are stringst /s Bad directory: %st infot show_stdoutt
extra_environt Ct LANGs' Cannot determine URL of svn checkout %ss! Output that cannot be parsed:
%si s, Cannot determine revision of svn checkout %sN( NN( t rstript endswitht dirnamet AssertionErrort run_commandt Falset _svn_url_ret searcht loggert warningR t debugt Nonet groupt stript _svn_revision_re( t selft locationt outputt matcht url( ( sJ /usr/lib/python2.6/site-packages/pip-7.1.2-py2.6.egg/pip/vcs/subversion.pyt get_info s,
c C@ s˜ | i ƒ \ } } t | | ƒ } t i d | | ƒ t ƒ i i ƒ zI t i i | ƒ o t
| ƒ n | i d g | | | g d t ƒWd QXd S( s@ Export the svn repository at the url to the destination locations! Exporting svn repository %s to %st exportR
N(
t get_url_revt get_rev_optionsR R R t __exit__t __enter__t ost patht existsR R R ( R R! R$ t revt rev_options( ( sJ /usr/lib/python2.6/site-packages/pip-7.1.2-py2.6.egg/pip/vcs/subversion.pyR&