Plugin-API for writing custom SmartSVN Plug-ins

The Plugin-API allows to extend SmartSVN the way you need for your work-flow. It's only available for users of SmartSVN Professional and SmartSVN Enterprise.

What can be done with the Plugin-API:

  • add custom menu items in the project window, enable it depending on the selection, operate on the selected files/directories
  • hide menu items
  • modify the Commit work-flow by adding, hiding pages, suggesting or verifying commit messages
  • modify the Update work-flow
  • show file table columns for custom SVN properties or other attributes
  • store custom global settings (preferences) or project settings
  • show custom preferences pages

Plugin-API to extend SmartSVN.