[ANNOUNCE] gc-utils 0.1.0

David Soria Parra sn_ at gmx.net
Wed Aug 31 22:00:14 BST 2011


Hello,

I would like to announce a porcelain on git-cvsimport and
git-cvsexportcommit which I'm working on for a few month now.
It tries to provide a simple import, update, commit commandset
to synchronize your GIT repository with CVS. It runs on most shells
like bash, zsh, ash (not csh and tcsh).

gc-utils 0.1.0 is available from http://gcutils.sourceforge.net

Description:
 gc-utils is a set of bash scripts (git-cvs* porcelain) wrapping git-cvsimport
 and git-cvsexportcommit to make importing from CVS and commiting back easier.

Tarballs can be found here:
  http://downloads.experimentalworks.net/gcutils-v0.1.0.tar.gz

GIT tree can be found here:
  http://git.experimentalworks.net/?p=gcutils.git

This release tries to focus on improving the test suite and to fix smaller
bugs as well as doing some code clean up.

Feedback and patches are welcome.

            David

------------------------------------------------------
The changes since 0.0.4:

David Soria Parra (25):
      Add a "Update..." message to gc-update.sh
      Check if the a .cvs directory is present.
      Fix the check for the .cvs directory.
      Aggregate duplicated code into on library file.
      Add license header
      Test to invoke gc-utils from subdirectories
      Testcase for gc-commit
      Import branches into refs/remotes/cvs/* by default
      When running cvsclean, gc-commit didn't return to the working directory
      Check if the directory to import already exists.
      Change required git version from 1.5.0 to 1.5.4
      Tests: Test merge strategy option in gc-update
      Tests: Display filename when a test fails
      Tests: Silence cleanup script
      gc-utils version 0.0.5beta1
      Add UPDATE-NOTES containing informations about compatiblity breaks
      Silence git-stash when gc-update is not in verbose mode
      Pop stashed status always, not only when we rebase
      Fix the check for the .git and .cvs directory
      Cleanup manpages
      Use die shortcut instead of echo >&2 && exit 127
      Show a message that we run cvs update
      Silence errors due to non integer inputs in our select
      Simplify code
      gc-utils version 0.1.0

Eduardo Cardoso (2):
      Uses --no-pager to retrieve log messages.
      Added flags to `cvs update' to allow creation of directories and
      pruning of empty directories.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


More information about the git-announce mailing list