Top "Cvs" questions

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

Move a file in CVS without resetting the revision number

Lately I've be moving source files around in our source tree. For example placing a bunch of files into a …

version-control cvs
Migrate project from RCS to git?

I have a 20-year-old project that I would like to migrate from RCS to git, without losing the history. All …

git migration cvs rcs
How do you rename a branch in CVS?

If you've named a branch in CVS incorrectly, or the name originally chosen becomes inappropriate, how do you change it …

cvs
Is there a way to get a short CVS status from command line?

When doing a cvs update, you get a nice summary of the state of the repository, for example: M src/…

cvs
Can CVS and Subversion be set to ignore whitespace in merging?

CVS and Subversion both have a handy merge feature so that when you update a source file that you have …

svn version-control cvs whitespace
SVN vs VSS vs CVS Comparing HELP

We are currently determining if we would move CVS and VSS projects to a single SVN server. I've been using …

svn version-control cvs visual-sourcesafe
How can I CVS-commit a binary file from command line?

I need to commit a jar file in binary mode from the command line. What command should I use? The …

cvs binaryfiles
delete CVS tag that was created earlier

Please let me know how to delete a CVS tag which was already created from eclipse. If the tag is …

eclipse cvs
Sticky tag for file is not a branch - CVS

I'm trying to commit my changes to the repository server (using CVS) in Eclipse Kepler, but when I do I …

java eclipse version-control cvs eclipse-kepler
Eclipse CVS changelist

Is there a way to see all the recently changed files in an eclipse project (including files recently changed by …

eclipse cvs