Tagged Questions

2
votes
2answers
111 views

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 a local git repository. I then wish to sync this repository: branches, tags, and …
1
vote
1answer
109 views

How can I git-cvsimport multiple modules from a CVS repository, with differing branches?

I'm trying to git-cvsimport several different modules from CVS, all of which are on different branches. So far I've done this (in pseudo-bash code): for each ($MODULE, $BRANCH); …
0
votes
2answers
82 views

Can’t add a file named “VERSION” to CVS at the same level of a dir named “version”

I'm reporting a series of commits from git to cvs with cvsexportcommit. I've found that it's impossible to add the VERSION file in the following context | \_version/ | | | \_vers …
3
votes
3answers
514 views

Best practices for using git with CVS

What are your best practices and tips for using git to interface with a CVS repository?
8
votes
2answers
2k views

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 a distributed vcs to make our work and when we finish or maybe every once in a while …
1
vote
3answers
439 views

Why is git-cvsimport missing one major patchset?

This is a followup to a previous question of mine. I can look through the output of cvsps (saved in my ~/.cvsps directory) and see a patchset for a major, complicated commit. But …
0
votes
1answer
133 views

How do I debug git-cvsimport? (can’t see complicated commit)

About 40 minutes ago I committed a particularly complicated change involving several file renames, mergers, and deletes from git into cvs, using git-cvsexportcommit. This went fin …