Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CruiseControl.NET does not execute Subversion hook scripts

On our CC.NET continuous integration server, I have implemented a Start Update hook script that works fine when I check out the source using TortoiseSVN. The hook script is meant to clean the working copy of all unversioned files before each build. However, when the build is executed, and the source gets updated, the hook script is not run.

How can I tell CruiseControl.NET to honor my hook scripts? We are using CC.NET 1.4.4.49. Thanks in advance for any assistance on this.

like image 667
Bender the Greatest Avatar asked Jun 14 '26 00:06

Bender the Greatest


1 Answers

You have basically setup a TortoiseSVN client side Start Update hook whereas the CC.Net would use a command line SVN client. CC.Net would have no knowledge of the hook you have setup. You can probably setup the cleaning of the unversioned files as a step in your build in CC.NET.

like image 68
manojlds Avatar answered Jun 17 '26 10:06

manojlds



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!