You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: <ch...@ha...> - 2008-09-24 20:13:34
|
Hi, I have written a simple post commit windows event logging plug-in and I'm working on a config GUI that attempts to validate settings in the app.config. The config form is displayed when /config command line argument is passed to the CaptainHook.exe. I will commit the changes when finished if you will grant me commit access. Cheers, Charlie Barker |
From: Jordan E. T. <jte...@wa...> - 2007-02-22 22:36:39
|
Greetings - I'd like to help out with the development of CaptainHook. Coul= d I have commit access to the repository? My SF account is "jordan-terrell= "=0A=0AThanks,=0A=0AJordan T |
From: Sam C. <can...@gm...> - 2006-11-30 23:58:55
|
Hi, I've been trying to get CaptainHook and the PostCommitEmailHook going with our svn installation, but I'm rather stuck. If I manually run the command "post-commit.bat D:\Repositories\binaries 567", I get the commit emails successfully, and the debug log shows: > DEBUG: 1 Dlls found > DEBUG: Loading assembly > 'D:\Repositories\binaries\hooks\plugins\Velocit.Hook.Plugins.dll' > DEBUG: Checking if type 'PostCommitEmailHook' implements 'PostCommitHook' > DEBUG: Type 'Velocit.Hook.Plugins.PostCommitEmailHook' DOES implement > PostCommitHook > DEBUG: Checking if type 'RequireLogMessageHook' implements > 'PostCommitHook' > DEBUG: type 'Velocit.Hook.Plugins.RequireLogMessageHook' does not > implement CaptainHook.Subversion.Hook.PostCommitHook. > Found and Loaded 1 hooks. > DEBUG: Attempting to run command 'svnlook.exe info > D:/Repositories/binaries -r 567 ' > DEBUG: SYDNEY\Sam Chrisp > 2006-12-01 10:07:49 +1100 (Fri, 01 Dec 2006) > 7 > test... > > DEBUG: Attempting to run command 'svnlook.exe dirs-changed > D:/Repositories/binaries -r 567 ' > DEBUG: utils/abc/ > > DEBUG: Attempting to run command 'svnlook.exe diff > D:/Repositories/binaries -r 567 --no-diff-deleted' > DEBUG: Modified: utils/abc/ExtractScript.vbs > << SNIPPED >> > From: sub...@ab... > Sending Email via Host 'smtp.abc.com:25 > Continuing Transaction?: True > However, when post-commit.bat gets invoked automatically by a commit, the debug log seems to indicate that the email sending step is skipped, and no emails come through: > DEBUG: 1 Dlls found > DEBUG: Loading assembly > 'D:\Repositories\binaries\hooks\plugins\Velocit.Hook.Plugins.dll' > DEBUG: Checking if type 'PostCommitEmailHook' implements 'PostCommitHook' > DEBUG: Type 'Velocit.Hook.Plugins.PostCommitEmailHook' DOES implement > PostCommitHook > DEBUG: Checking if type 'RequireLogMessageHook' implements > 'PostCommitHook' > DEBUG: type 'Velocit.Hook.Plugins.RequireLogMessageHook' does not > implement CaptainHook.Subversion.Hook.PostCommitHook. > Found and Loaded 1 hooks. > DEBUG: Attempting to run command 'svnlook.exe info > D:/Repositories/binaries -r 567 ' > DEBUG: SYDNEY\Sam Chrisp > 2006-12-01 10:07:49 +1100 (Fri, 01 Dec 2006) > 7 > test... > > Continuing Transaction?: True > So, I'm at a loss as to what's going on and why one works but the other doesn't. Could it be related to environment vars? permissions? Any help as to what else I could try here would be much appreciated. Configuration: OS: Win2003 SP1 SVN 1.3.0 + Apache 2055 (running under local system) + mod_ssl + mod_sspi + mod_svn + mod_dav_svn + mod_authz_svn CaptainHook built from source (trunk), default post-commit.bat |
From: Robert J. <rob...@du...> - 2006-09-25 21:03:03
|
Hi, I'm interested in helping out with CaptainHook. It's a cool project with lots of potential uses. I'm not sure how much free time I'll be able to commit I run my own company (http://www.durius.se/), it's a one-man consultancy in Gothenburg, Sweden. I mainly develop stuff in c#. I don't get that much spare time, but I think that I would be able to contribute to the project. Expect less activity while I get more = acquainted with the project, but after a while I hope to contribute more.=20 The first order of business is to make a proper Windows Service, no = wait. Who designs the icon?!? Robert Jeppesen Durius Andra l=E5nggatan 30 S-413 27 G=F6teborg Cell: +46 734 451920 rob...@du... http://www.durius.se/ |
From: Phil H. <ha...@gm...> - 2006-08-01 17:52:25
|
I'm using TestDriven.net / MBUnit combo. I can't remember the exact version, but feel free to upgrade the assemblies the latest and greatest. I've forgotten what the MbUnit GUI looks like. Phil _____ From: cap...@li... [mailto:cap...@li...] On Behalf Of John Morales Sent: Monday, July 31, 2006 10:10 PM To: cap...@li... Subject: [Captainhook-devs] mbunit haacked, What are you using to run tests? are you using the mbgui, running a batch /nant task, some other homegrown solution? I'm used to just using the testdriven.net/nunit combo but had a hell of a time trying to get the latest testdriven.net to play nicely with mbunit. The best result I received is that testdriven will run an individual test, but if i try to get it to execute a whole fixture, it says 'no tests found'. This is the first time I've played with MbUnit, but just let me know what your best practice for running tests and i'll try to adapt. john |
From: John M. <jmo...@gm...> - 2006-08-01 05:09:52
|
haacked, What are you using to run tests? are you using the mbgui, running a batch /nant task, some other homegrown solution? I'm used to just using the testdriven.net/nunit combo but had a hell of a time trying to get the latest testdriven.net to play nicely with mbunit. The best result I received is that testdriven will run an individual test, but if i try to get it to execute a whole fixture, it says 'no tests found'. This is the first time I've played with MbUnit, but just let me know what your best practice for running tests and i'll try to adapt. john |
From: John M. <jmo...@gm...> - 2006-07-31 20:23:27
|
Whasssuuuupp? |
From: Phil H. <ha...@gm...> - 2006-07-31 18:45:29
|
This is a test. |