Metadata-Version: 1.1
Name: git-svn-clone-externals
Version: 1.0.3
Summary: Clone an svn checkout in a tree of nested git-svn repos
Home-page: https://github.com/naufraghi/git-svn-clone-externals
Author: Matteo Bertini
Author-email: matteo@naufraghi.net
License: MIT
Description: Clone an svn repo with externals
        ================================
        
        |Join the chat at https://gitter.im/naufraghi/git-svn-clone-externals|
        
        Usage
        -----
        
        ``git-svn-clone-externals svn-working-copy dest-dir``
        
        The main difference between this and other alternative scripts is that
        this one starts from an svn checkout to discover the externals.
        
        Depends
        -------
        
        ``sudo apt-get install git-svn``
        
        TODO
        ----
        
        -  git-ignore externals
        -  test on convoluted externals (relative paths)
        -  manage fixed revision externals
        
        .. |Join the chat at https://gitter.im/naufraghi/git-svn-clone-externals| image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/naufraghi/git-svn-clone-externals?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
Keywords: svn git git-svn externals
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
