Metadata-Version: 1.0
Name: zopyx.parallel-svn-externals-updater
Version: 0.1.0
Summary: Script for parallel update of  svn:externals within a SVN checkout
Home-page: http://svn.plone.org/svn/collective/zopyx.parallel_svn_externals_updater
Author: Andreas Jung
Author-email: info@zopyx.com
License: ZPL
Description: zopyx.parallel_svn_externals_updater
        ------------------------------------
        
        
        Requirements
        ============
        
        - Python 2.4+, Subversion
        
        Installation
        ============
        
        - using easy_install
        
        Usage
        =====
        
        To update all svn:externals for a given SVN checkout, use::
        
        svn-externals-updater --pool-size 10 /path/to/svn/checkout
        
        
        Author
        ======
        
        ``zopyx.parallels_svn_externals_updater`` was written by
        Andreas Jung for ZOPYX Ltd. & Co.  KG, Tuebingen, Germany
        
        
        License
        =======
        
        ``zopyx.parallels_svn_externals_updater`` is published under the Zope Public License (ZPL 2.1)
        
        Known issues
        ============
        
        - no support for Windows
        
        Contact
        =======
        
        | ZOPYX Ltd. & Co. KG
        | c/o Andreas Jung,
        | Charlottenstr. 37/1
        | D-72070 Tuebingen, Germany
        | E-mail: info at zopyx dot com
        | Web: http://www.zopyx.com
        
        Changelog
        =========
        
        0.1.0 - 05.07.2008
        ------------------
        * initial release
        
        
Keywords: Subversion SVN externals
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
