henrietta-cache-git

  1. henrietta-cache-git
    1. Description
    2. Author
    3. Repository
    4. Requirements
      1. CHICKEN 4
      2. CHICKEN 5
    5. Tools
      1. henrietta-cache-git
      2. henrietta-cache-update-latest-versions
    6. License
    7. Version history
      1. version 0.0.1

Description

henrietta-cache-git is a command line tool to convert henrietta's cache (i.e., the cache created by henrietta-cache into a git repository.

Author

Mario Domenech Goulart

Repository

https://github.com/mario-goulart/henrietta-cache-git

Requirements

The external program git is required.

CHICKEN 4

None.

CHICKEN 5

Tools

This egg provides two command line tools: henrietta-cache-git and henrietta-cache-update-latest-versions.

henrietta-cache-git

henrietta-cache-git manages a git repository based on henrietta's cache.

 Usage: henrietta-cache-git <command> [--all-versions] <egg sources dir>
 
 Commands:
 
 initialize:
     Initialize a git repository in <egg sources dir>.  If --all-versions
     is provided, then all egg versions will be added to the git repository.
 
 update:
     Update a previously initialized git repository with the changes in
     <egg sources dir>, respecting --all-versions.  In other words, it
     handles the untracked files in <egg sources dir>.  If --all-versions
     is provided, the untracked files are added to the repository.  If
     --all-versions is not provided, the older versions are removed.

henrietta-cache-update-latest-versions

henrietta-cache-update-latest-versions copies the latest versions from a cache dir (built by henrietta-cache to a directory managed by henrietta-cache-git.

 Usage: henrietta-cache-update-latest-versions <henrietta-cache dir> <henrietta-cache git dir>

License

Copyright (c) 2019, Mario Domenech Goulart
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

Neither the name of the author nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

Version history

version 0.0.1