-
Here's a possibly-useful Fogbugz plugin, improving on Fogbugz's own commit hooks a bit, if you want to merge your Fogbugz post-commit with CaptainHook:
public class Fogbugz : PostCommitHook
{
protected override bool HandleHookEvent(IRevisionInfo commit) {
var differences = Context.Translator.GetDifferences(commit.Revision);
var regex = new...
2009-09-21 20:28:28 UTC by dgfitch
-
Patch changes the from, host, port, username, password in the app.config to utilize the framework system.net configuration section which allows even more customization of how to handle emails (including sending it to a file/pickup directory or sending it to a server for delivery).
2009-09-06 20:31:34 UTC by nobody
-
Patch adds:
1. support for getting repository changes by transaction identifier (was already implemented, but missing in interface)
2. fix for input parsing when used with Subversion 1.6 on Windows.
2009-08-17 09:07:02 UTC by voloda
-
I downloaded the sources and built the executables and plugins. I did not change any code, just configured the App.config file. I put all the binaries in the hook directory of the repository. I used the included sample batch file for the postcommitemailhook but when it runs it fails to find a good plugin. It finds the assembly and postcommitemailhook but it fails in this call: if...
2009-03-10 17:41:21 UTC by kennethwright
-
ghanique2 committed revision 23 to the CaptainHook For Subversion SVN repository, changing 15 files.
2008-05-23 08:14:29 UTC by ghanique2
-
jordan-terrell committed revision 22 to the CaptainHook For Subversion SVN repository, changing 1 files.
2007-03-08 13:16:07 UTC by jordan-terrell
-
jordan-terrell committed revision 21 to the CaptainHook For Subversion SVN repository, changing 2 files.
2007-03-07 22:37:40 UTC by jordan-terrell
-
jordan-terrell committed revision 20 to the CaptainHook For Subversion SVN repository, changing 3 files.
2007-03-07 22:26:45 UTC by jordan-terrell
-
jordan-terrell committed revision 19 to the CaptainHook For Subversion SVN repository, changing 93 files.
2007-03-07 22:14:20 UTC by jordan-terrell
-
jordan-terrell committed revision 18 to the CaptainHook For Subversion SVN repository, changing 1 files.
2007-03-07 22:10:57 UTC by jordan-terrell