[EMAIL PROTECTED] writes: > Hi > I tagged a branch before performing a merge. > However we had issues with the merge and wanted to revert back with > the version I had tagged. > > Even when I have the Tagged version intact, I am not able to puss/ > commit this code into the branch where it was tagged. > > Can aanybody help me this?
$ cvs update -r your_branch_name # or "cvs update -A" for HEAD. $ cvs update -j your_tag_name followed by $ cvs commit should help. -- Sergei.
