Metadata-Version: 1.0
Name: gocept.cvs
Version: 0.1.8
Summary: zc.buildout recipe for checking out cvs modules.
Home-page: http://svn.gocept.com/repos/gocept/gocept.cvs
Author: Daniel Havlik
Author-email: dh@gocept.com
License: ZPL 2.1
Download-URL: https://svn.gocept.com/repos/gocept/gocept.cvs/trunk#egg=gocept.cvs-dev
Description: ==========
        gocept.cvs
        ==========
        
        zc.buildout recipe to checkout cvs modules, supporting tags and branches
        
        
        Options
        -------
        
        cvsroot
        The cvs root the modules you want to fetch are in (ending with a /)
        
        modules
        modules you want to checkout (list of module;tag;destination)
        
        destination
        destination directory for the checkouts (ending with a /)
        
        
        Contributors
        ------------
        
        Roman Joost <rj@gocept.com>
        
        
        0.1.8
        =====
        
        - Bugfixing: Nested checkouts don't 'inherit' sticky tags from
        checkout 'above'
        
        0.1.7
        =====
        
        - Bugfixing: HEAD checkouts don't have any sticky tags
        
        0.1.5
        =====
        
        - support for specifying a path instead of a directory
        as destination for a single module
        
        0.1.4
        =====
        
        - support for offline/newest buildout options
        
        0.1
        ===
        
        - initial version
        
Keywords: buildout cvs recipe
Platform: UNKNOWN
Classifier: Framework :: Buildout
