Is there any way to make BC ignore CVS tags within source code when doing a comparison? It would need to be universal for all text type files checked into the tree.
For example, ignore "/* $Id: blah to end of line$ */"
The issue I am trying to resolve is one where we have merged between branches and there is no real change to a file, yet CVS insists it is so and creates a new revision. On check-out the only changes are the meta-CVS tag infos about who, when and revision; need to ignore these for effective comparisons.
For example, ignore "/* $Id: blah to end of line$ */"
The issue I am trying to resolve is one where we have merged between branches and there is no real change to a file, yet CVS insists it is so and creates a new revision. On check-out the only changes are the meta-CVS tag infos about who, when and revision; need to ignore these for effective comparisons.
Comment