##// END OF EJS Templates
svn: extend detection of SVN to PROPFIND/PROPATCH methods....
svn: extend detection of SVN to PROPFIND/PROPATCH methods. - in some cases like usage of tortoisesvn non of the available SVN protocol detection methods are available - with extended method we're able to catch directory delete/create

File last commit:

r552:9a0f45b0 default
r2262:80234d04 stable
Show More
extensions-hooks.rst
25 lines | 701 B | text/x-rst | RstLexer

Extensions & Hooks

The extensions & hooks section references three concepts regularly, so to clarify what is meant each time, read the following definitions:

  • Plugin: A Plugin is software that adds a specific feature to an existing software application.
  • Extension: An extension extends the capabilities of, or the data available to, an existing software application.
  • Hook: A hook intercepts function calls, messages, or events passed between software components and can be used to trigger plugins, or their extensions.