views:

1403

answers:

3

Can the sourcecontrol block in CruiseControl.NET target TortoiseSVN?

A: 

I'm not sure what you mean, but I think the anwser is: CC.NET can work with Subversion, take a look at: http://confluence.public.thoughtworks.org/display/CCNET/Subversion+Source+Control+Block

Tuxified
+3  A: 

It can't use Tortoise specifically, but it can talk to Subversion.

More info here.

Steven Robbins
+6  A: 

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.

morechilli