I'm using CVS through the eclipse plugin. I have a .fla and a .swf file which I have committed in CVS. I created a new branch and made changes in the .fla and swf files and committed them on the new branch. I want to merge the new branch with it's root branch and switch back to the root branch but CVS is complaining and not letting do so. I am able to commit files on the development branch, but how do i merge and then switch to the root branch?
This is happening because both .fla and .swf are binary files. I know binary files are can't be merged. But I do want to overwrite the fla & swf on the root branch with the new fla & swf from the new branch. How do I go about doing that?
Thanks