CCNet: Error "Faulty Tasks: FilteredSourceControl: CheckForModifications"
I have installed CCNet and now I am trying to set up a link to our repository. When I visit the CCNet website in the dashboard, the project displays fine, but when I click the Power button, I get this error in the message column:
Failed Tasks: FilteredSourceControl: CheckForModifications
If I log into the server as the account I specified, CCNet has to use to connect to the repository and manually update in the project (i.e. using SVN.exe or TortoiseSVN) the update works fine. My sourcecontrol section of the CCNet.config file is below.
<sourcecontrol type="filtered">
<sourceControlProvider type="svn" autoGetSource="true">
<executable>E:\SVNServer\bin\svn.exe</executable>
<trunkUrl>
https://bserver.int:4443/trunk
</trunkUrl>
<workingDirectory>E:\buildserver</workingDirectory>
<username>USER</username>
<password>PASSWORD</password>
</sourceControlProvider>
<inclusionFilters>
<pathFilter>
<pattern>**/*.*</pattern>
</pathFilter>
</inclusionFilters>
</sourcecontrol>
Both cruisecontrol.net and google seem to be completely devoid of any information about this error other than that it probably belongs to the includefilter section in the above block. Can anyone provide any ideas?
a source to share