I don't know why setting up CC.Net can never be easy... sigh. All I'm trying to do is get CC.Net to download the code from SVN and that's it. Won't work.
Here is my config (paths changed to protect the innocent):
<sourcecontrol type="svn">
<executable>C:\Program Files\Subversion\bin\svn.exe</executable>
<trunkUrl>svn://MyCompany/MyProject/trunk</trunkUrl>
<workingDirectory>C:\Projects\MyProject\trunk</workingDirectory>
<autoGetSource>true</autoGetSource>
</sourcecontrol>
When I try and force the build in CC.Net to see if it can download the code, I get these errors in the command window:
1) "C:\Projects\MyProject\trunk is not a svn working folder"
I don't understand that one. What am I supposed to do about that?
Then CC.Net hangs on the "CheckingModifications" part forever before finally spitting this at me:
2) "Source control failure (GetModifications): Source control operation failed: svn: Connection closed unexpectedly."
I'm baffled. No clue where to start on this one. Google has been unhelpful.