| The ISVNCommitHandler should be implemented to
provide an ability to manage commit log messages for items to be committed in
a common transaction.
The interface defines the only one method which takes the initial log message
and an array of items that are intended for a commit. For example, an implementor's
code can process those items and add some generated additional comment to that one
passed into the method. There could be plenty of scenarioes.
version: 1.1.1 author: TMate Software Ltd. See Also: DefaultSVNCommitHandler See Also: |