Monday, December 13, 2004

Regexp to ignore CVS comment fields ID, Revision, Date, Log and Author

When doing a file version compare the version line will normally always be matched. Add the following line to the ignore section to skip the information.

^[ \t|\s]*(//|--|\*).*\$(Id|Revision|Date|Log|Author):.*\$

No comments: