up vote 4 down vote favorite
share [g+] share [fb]

Can the sourcecontrol block in CruiseControl.NET target TortoiseSVN?

link|improve this question

feedback

3 Answers

up vote 8 down vote accepted

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.

link|improve this answer
feedback

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

More info here.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.