gc-utils is a small set of scripts that let you import and update CVS repositories into git very easy and let you export patches back into a CVS working copy. To makes the exchange easy, gc-utils stores the CVS working copy into a subdirectory and receives all information from there whenever necessary.
| Tags | Software Development Version Control Utilities |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | Unix |
| Implementation | Unix Shell |
| Translations | English |
Recent releases


Release Notes: This release uses dashless git commands, as the other versions are not longer supported in newer git versions.


Release Notes: This releases mainly fixes a portability issue on BSD like systems that don't have GNU install(1). Additionally, some script outputs were beautified.


Release Notes: The sources were restructured and the installation was enhanced. The check for the used git version and a small cvsps workaround were added. gc-utils now requires at least git version 1.5.4.


Release Notes: This release tries to focus on improving the test suite, and to fix smaller bugs as well as doing some code cleanup. gc-utils now fetches updates into its own remote branch.


Release Notes: A gc-utils wrapper was added around the gc-* commands. gc-utils was made simpler to use. Some minor bugs were fixed.