A quick followup to my last post - here is my current config file: <cruisecontrol> <project name="Endorsement Manager" webURL="http://localhost/EndManager"> <sourcecontrol type="vss"> <project>$/EndorsementManager_Net</project> <ssdir>C:\Program Files\Microsoft Visual Studio\Common\VSS</ssdir> <workingDirectory>C:\GlobexDotNetVSS</workingDirectory> <timeout units="seconds">15</timeout> </sourcecontrol> </project> </cruisecontrol>
Unfortunately the machine is on different internal only network so I have to move everything back+forth via USB. On Tue, Mar 10, 2009 at 3:20 PM, Mark Levison <[email protected]>wrote: > I'm struggling to get going with the VSS source control block - all I > get is timeouts. This makes it very difficult to diagnose the > problem: > > - Is malformed XML? Does CC .NET validate the XML? looks right to me. > - Is the project incorrectly named? > - VSS doesn't require a username and password on startup. > > So how do I diagnose the timeout? > -- Cheers Mark Levison Blog: http://www.notesfromatooluser.com/ Recent Entries: Agile/Scrum Smells: http://www.notesfromatooluser.com/2008/06/agilescrum-smells.html Agile Games for Making Retrospectives Interesting: http://www.notesfromatooluser.com/2008/10/agile-games-for-making-retrospectives-interesting.html
