Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CruiseControl.NET and TortoiseSVN

Can the sourcecontrol block in CruiseControl.NET target TortoiseSVN?

like image 840
Brian Avatar asked Jan 07 '09 15:01

Brian


1 Answers

CCNet is designed for using a subversion client of the form svn.exe rather than tortoisesvn directly (tortoisesvn has the svn client libraries compiled in).

In general the only advantage to using tortoisesvn automation commands is for handy dialogs for user interaction - typically with ccnet the last thing you want is anything that will raise a dialog.

like image 183
morechilli Avatar answered Sep 21 '22 16:09

morechilli