Hi! We are having an issue with the vsts block. We are connecting to a TFS 2010 server and everytime a modification is detected, cc.net adds / force to the tf.exe commandline when it tries to get the latest changes. This makes tf.exe try to sync the whole source tree. This takes way too long time, and I can not seem to get the /force flag to go away. Our configuration looks like this.
Anyone got a solution? <sourcecontrol type="vsts"> <server>http://servername:8080/tfs/</server> <project>$/ProjectPath/Source</project> <workingDirectory>C:\workingdir\Source</workingDirectory> <executable>C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\tf.exe</executable> <timeout>6000000</timeout> <autoGetSource>true</autoGetSource> <deleteWorkspace>false</deleteWorkspace> <cleanCopy>false</cleanCopy> <workspace>CCNET</workspace> <force>false</force> </sourcecontrol>
