Top "Cvs" questions

CVS - Concurrent Versions System - is an open-source version control system

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
How to revert to previous commit in CVS

For legacy reasons, I'm using CVS on a project. Recently I committed some changes which broke our code and I …

cvs legacy
Migrate from CVS to Git without losing history

I need to know if there is a way to migrate my code from CVS source control to Git? If …

git version-control cvs
CVS: show files that are locally changed

Is there any simple way to show only the files in my repository that have been locally added, removed, or …

cvs
How do I restore a deleted file in CVS?

I've removed a checked in file from the CVS branch, i.e.: cvs remove -f file.txt cvs commit How …

cvs
How can I list files in CVS without an initial checkout?

How can I list files CVS without an initial checkout? In subversion I can simply do "svn ls http://svn.…

svn cvs svn-checkout
Is there a migration tool from CVS to Git?

I intend to switch over from CVS to Git. In the case of SVN, there seems to be cvs2svn. …

git version-control migration cvs
How do I revert a modified file using CVS?

I have checked out a file from CVS repository and changed it. cvs up command says that the file is …

cvs revert
How do I merge a CVS branch into HEAD using the Eclipse merge tools?

I'm currently working in a branch I created using the Team-->Branch. How do I use Team-->Merge …

java eclipse merge cvs
How do I identify what branches exist in CVS?

I have a legacy CVS repository which shall be migrated to Perforce. For each module, I need to identify what …

command-line scripting cvs branch