If the rules that you entered have no effect, perform the
following steps.
Procedure
- Check that the changed rules are saved.
- Check that the rules are not superseded by rules that follow
them in the rules list.
- Use the ccm migrate -preview command before
doing the actual migrate in order to verify that the rules are properly
applied. If they are not, correct the rule and do the preview again.
- Specify for what file the rule must be applied.
For
example, if a directory named core exists and a rule
is WHEN %name=='core' SET TYPE TO 'binary', the directory
core is set to type binary. To avoid this behavior
modify the rules as WHEN %name=='core' && %type!='dir'
SET TYPE TO 'binary'.