I would like to pass arguments to SVN while I'm using CruiseControl.net. I have the following sourcecontrol block in my ccnet.config file:
<sourcecontrol type="svn" username="username" password="password">
<trunkUrl>https://www.example.com/blah/blah/blah</trunkUrl>
<workingDirectory>C:\Subversion\blah\</workingDirectory>
</sourcecontrol>
Is there anyway that I can alter the sourcecontrol block so that is passes some arguments to svn?