I'd like to filter files using RCS keyword expansion so that instances of $Change$
are translated to 1745
rather than the default behaviour of $Change: 1745 $
. I realize that this would prevent future expansions, but that's acceptable for the purposes.
Other methods of inserting the changelist number into a file are also welcome. This is the only method I've seen with Perforce that works during submission -- it's just that I'd like to clean it up so that it can be cleanly inserted into version numbers. Could this also be accomplished with triggers?