Update cli_getRepoStatus.sh:
- When we need to refere to repository or working copy entries,
don't use the FILE variable name to store the value. Instead,
use the LOCATION variable name.
LOCATION variable name, in such cases, is mor appropriate since
repository entry can be a file, a directory or an URL. FILE name
is ok for file and directories both not to describe URLs. So, in
the sake of better describing what we are storing in the
variable, the LOCATION variable name is used.