After a quick investigation, it looks that is no component use, only directives with mixes of two way bindings (=) and one way bindings (<).
- appService
| #!/bin/sh | |
| # PRE-COMMIT HOOK | |
| # | |
| # The pre-commit hook is invoked before a Subversion txn is | |
| # committed. Subversion runs this hook by invoking a program | |
| # (script, executable, binary, etc.) named 'pre-commit' (for which | |
| # this file is a template), with the following ordered arguments: | |
| # | |
| # [1] REPOS-PATH (the path to this repository) |