3

Does TFS 2010 have an SVN Post-Commit event ? I want to run a script or an app or do stuff every time a developer checks in something. I've looked over the internet but didn't find something about this.

ANeves
  • 6,219
  • 3
  • 39
  • 63
CoolStraw
  • 5,282
  • 8
  • 42
  • 64

1 Answers1

5

You will need to create (and publish) a web service and subscribe to the event. DotNetCurry has a decent article on the mechanics of wiring up the event.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=330&AspxAutoDetectCookieSupport=1

Robaticus
  • 22,857
  • 5
  • 54
  • 63