merging changes beteen two tags onto another branch - CVS
I want to merge the changes made to all the files between two tags and
merge those changes with another branch in CVS.
I can get the files changed from cvs diff -N -c -r revison_1 -r revision_2
| grep "Index:" > diff.out
but hw to merge the changes made to these files to a different branch.
thanks
No comments:
Post a Comment