Metadata-Version: 1.0
Name: gocept.cvs
Version: 0.1.9
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 at gocept dot com>
        
        - Michael Howitz <mh at gocept dot com>
        
        ===========
        Changelog
        ===========
        
        0.1.9
        -----
        
        - Bugfix: The check for changes on uninstall no longer sets a sticky
        tag.
        
        - Bugfix: Uninstall now also stopps if there are added or deleted
        files which are not yet commited or conflicts.
        
        - Silenced update (no longer shows processed directory names).
        
        
        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
