Question

Can the sourcecontrol block in CruiseControl.NET target TortoiseSVN?

Was it helpful?

Solution

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.

OTHER TIPS

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

More info here.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top