Plugin-API for writing custom SmartSVN Plugins

The Plugin-API allows you to extend SmartSVN in ways that better accommodate your workflow. It's only available for users of SmartSVN Professional and SmartSVN Enterprise.

What can be done with the Plugin-API:

  • add a custom menu item to the main menu, enable or disable it depending on the selection, perform an operation on the selected files/directories when the menu item is clicked
  • hide menu items
  • modify the Commit workflow by adding or hiding dialog pages, or by suggesting or verifying commit messages
  • modify the Update workflow
  • show custom 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.