git-cvs Questions

4

Solved

In order to import a revision of a CVS module, I am using: /usr/lib/git-core/git-cvsimport -a -i -p r,revisionname -k -v -d :pserver:[email protected]:2401/srv/cvs/rootname modulename It wo...
Corinecorinna asked 7/3, 2012 at 22:12

6

Solved

I want to revert a particular commit in git. Unfortunately, our organization still uses CVS as a standard, so when I commit back to CVS multiple git commits are rolled into one. In this case I woul...
Omer asked 25/1, 2011 at 15:49

1

I'm curious what's the best practice of keeping your occasional contributions to an OSS project in git (e.g., on github/bitbucket/gitlab), whilst the upstream is exclusively CVS. My take is that i...
Hijack asked 2/6, 2016 at 7:31

5

Solved

What are your best practices and tips for using git to interface with a CVS repository?
Gerrard asked 27/2, 2009 at 14:57

3

Solved

There is a central repository in CVS, and I would like to use it with Git locally, and then send my changes back to CVS. What can I accomplish that on a daily basis? The tasks I would like to acc...
Lariat asked 6/7, 2012 at 12:57

2

Solved

I'm comfortable using git, and I prefer it very much over CVS. Unfortunately, in our company, we have to use CVS as a version control system. I was wondering if there was anyway to use git locally ...
Urbane asked 15/2, 2010 at 10:20

3

Solved

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 we want to commit...
Kairouan asked 25/2, 2009 at 2:37

4

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 this commit does ...
Confluent asked 31/3, 2009 at 20:45

2

Solved

My place of work currently uses CVS. A git migration is planned but it might be a long time coming. In the mean time I have a one-man project, and have decided to use git for my own personal develo...
Econometrics asked 5/3, 2010 at 22:20

3

Solved

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 all, to a git repo...
Ca asked 8/9, 2009 at 9:19

1

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 fine, and a checkout ...
Bondman asked 25/3, 2009 at 19:31
1

© 2022 - 2024 — McMap. All rights reserved.