I want to write a plugin or service that should trigger/call an event on each check-in (TFS). I want this plugin to be deployed on specific client machines only.
I have written a plugin at TFS level, but I want to write one that will work at client side.
Scenario:
Users (U1, U2, U3, U4). I want plugin to be deployed in U1, U2 and U3 machine. When U1, U2 or U3 check-ins a file, I want to call an event (or web page or some other file).
This event must not be triggered when U4 checks-in any file.
Any thoughts?