Search Results

3
votes
2answers
1k views

CVS: Replace HEAD with a branch.

How do I replace the HEAD of a CVS repository with a branch? …
-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. …