hi, how does one specify, in the common syntax, the exclusion of a file? For example, I want to apply a script called bugz.txt to ALL commits except modules listed at the bottom of rcsinfo. i have this regular expression in rcsinfo that I thought tells cvs to apply bugz.txt to all modules that DO NO contain the string 'test-module' but it doesn't work:
^test-module /home/cvs/2.5/CVSROOT/bugz.txt what is the correct syntax for "not"? I thought the '^' character was proper regexese. _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
