Subject: | No possibility to configure svnlook binary before it is used |
A new SVN::Notify insteance is created at line 127, without any configuration value. It triggers a systematic failure if svnlook is not at default location (/usr/local/bin/svnlook) or SNVLOOK environment variable is not set (which is unpractical in a remote SVN repository).
It could be considered a more general bug in SVN::Notify to hardcode a binary location instead of relying on path for finding it, but it makes SVN::Notify::Config unusable with subversion installed by distribution packages under /usr.