CCNet: "Failing Tasks : FilteredSourceControl: CheckForModifications" error

Posted by Marc on Stack Overflow See other posts from Stack Overflow or by Marc
Published on 2010-05-02T17:18:07Z Indexed on 2010/05/02 17:28 UTC
Read the original article Hit count: 519

I've installed CCNet and now I'm trying to set up a link to our repository. When I visit the CCNet dashboard website the project shows up ok, but when I click the Force button I receive this error in the messages column:

Failing Tasks : FilteredSourceControl: CheckForModifications

If I log into the server as the account which I've specified CCNet should use to connect to the repository, and do an Update on the project by hand (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 the cruisecontrol.net website and google seem utterly devoid of any information on this error, other than that it probably relates to the inclusionfilter section in the block above. Can anyone provide any ideas?

© Stack Overflow or respective owner

Related posts about cruisecontrol.net

Related posts about ccnet-config