Question

As much as i like the eclipse diff/merge perspective, when dealing with large projects and multiple branches that need to be merged occasionally there's one feature missing:

Is there any way to set the eclipse diff to ignore the CVS tags like $Author:$, $Revision:$ and so on?

Since these tags are different in all the branches, a "compare to another branch" always results in a few hundred files showing up with differing tags but no apparent differences in the code. (of course tags differ only after fixing a bug in a few hundred files in branch and head. but that happens a lot where i'm working. no comments on that please.)

Was it helpful?

Solution

This seems to be a known bug.

OTHER TIPS

On the other hand, using keyword expansion with your SCM might be considered outdated procedure. here are some compelling arguments.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top