资 源 简 介
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%in directory with proper permissions
1. acquire your Pivotal Tracker API Token from the Profile section to be used in Post-commit arguments below
1. add to VisualSVN Post-commit hook on specific repositories:"%VISUALSVN_SERVER%insvn-post-commit.exe" "" "%2" %2more details on how to configure hooks in VisualSVN http://www.visualsvn.com/support/topic/00018/
make sure to replace the with your Pivotal API Token hash
Compile
if not using binary
csc.exe /out:svn-post-commit.exe svn-post-commit.cs