Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Writing plugins to TortoiseSVN

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 ?

like image 536
Anandhakrishnan Avatar asked Apr 10 '12 07:04

Anandhakrishnan


1 Answers

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.

like image 200
Stefan Avatar answered Oct 05 '22 13:10

Stefan