When setting the ACCUREV_IGNORE_ELEMS environment variable on a UNIX or Linux system, be sure to single-quote or double-quote the value, in order to protect any wildcard characters from being expanded by the shell:export ACCUREV_IGNORE_ELEMS="*.exe *.doc" (Bourne shell family)
setenv ACCUREV_IGNORE_ELEMS "*.exe *.doc" (C shell family)To determine the current value of ACCUREV_IGNORE_ELEMS, use either of these commands:env | grep ACCUREV_IGNORE_ELEMS (or a shorter ‘grep’ pattern)
echo "$ACCUREV_IGNORE_ELEMS" (don’t forget the quotes!)
AccuRev, Inc. |
Phone: 781-861-8700 |
Fax: 781-861-8704 |
support@accurev.com |