My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

This is a simple C#.NET executable that serves as a VisualSVN Post-commit hook to the Pivotal Tracker API to send commit messages for Pivotal Tracker "stories".

Setup

  1. drop svn-post-commit.exe in %VISUALSVN_SERVER%\bin\ directory with proper permissions
  2. acquire your Pivotal Tracker API Token from the Profile section to be used in Post-commit arguments below
  3. add to VisualSVN Post-commit hook on specific repositories:
    "%VISUALSVN_SERVER%\bin\svn-post-commit.exe" "<TOKEN>" "%2" %2
    more details on how to configure hooks in VisualSVN http://www.visualsvn.com/support/topic/00018/
  4. make sure to replace the <TOKEN> with your Pivotal API Token hash

Compile if not using binary

  • csc.exe /out:svn-post-commit.exe svn-post-commit.cs

Powered by Google Project Hosting