Writing plugins to TortoiseSVN

plugins, svn, tortoisesvn

Solution

You can run your test in e.g. a pre-commit client-side hook script.

Or you could implement an issue tracker plugin and do your checking there.

Problem

Is it possible to write a new plugin to TortoiseSVN? I want to write a plugin to do a ANALYSIS,Validations(Set of rules) of file before it is checked in , if it fails the file should not be committed and and a report should be generated. If already plugins exist for TortoiseSVN where to look up them ?

Original source