Is there a way to avoid/disable keyword expansion in MKS Integrity (2009)?
I found the parameter --unexpand
for si ci
which seems to have no impact at all.
Then there are the preferences that can be set with si setpreferences
. When setting keywordExpand=noexpand
for ci
my sandbox file does not get changed. But if I create a new sandbox, the keywords are substituted again.
The user manual suggests, the substitution takes places at check-out actually. But then, I wonder why there is a preference keywordExpand
for check-in at all. Setting keywordExpand=noexpand
for co
doesn't help either.