Wednesday, November 2, 2011

CVS Merge Technique

CVS Merge Technique

1. Get all projects from CVS HEAD.
2. Get branch of project which we want to merge to HEAD.
3. In branch which we want to merge to HEAD , Disconect CVS and select option "Also delete the CVS meta information from file system."
4. Copy files from folder of branch which needs to merged to HEAD and copy to HEAD project folder.
5. Do Team Update in HEAD Project and check in changed files to HEAD.
«