Top "Git-cvs" questions

Git-CVS is the server component of the Git source code management system that allows it to masquerade as a CVS repository.

How to export revision history from mercurial or git to cvs?

I'm going to be working with other people on code from a project that uses cvs. We want to use …

git mercurial export cvs git-cvs
Reverting part of a commit with git

I want to revert a particular commit in git. Unfortunately, our organization still uses CVS as a standard, so when …

git git-cvs
How to import and keep updated a CVS repository in Git?

There is a central repository in CVS, and I would like to use it with Git locally, and then send …

git cvs git-svn git-cvs
How to mirror one one git remote to another with push

The problem is a simple one. I've used git cvsimport to import a cvs repo into a remote branch in …

git cvs git-cvs