3
votes
2answers
1k views
2
votes
Does anyone know the CVS command line options to get the details of the last check in?
CVS doesn't group change sets like other version control systems do; each file has its own, independent version number and history. This is one of the deficiencies in CVS that prompts people to mov …
-2
votes
CVS: Replace HEAD with a branch.
We solved this with the following process. In this example, the module we're working on is test-module and the branch that is replacing the HEAD is test-branch.
…
