<ssdir>C:\local\srcsafe.ini</ssdir>
which worked fine.I switched it to
<ssdir>\\remotemach\vssdb\srcsafe.ini</ssdir>
and started getting the messageThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run netsetup.
I stumbled around for a while, but finally changed the <ssdir> tag to just the directory, removing the srcsafe.ini file, as in
<ssdir>\\remotemach\vssdb\</ssdir>and that got it working.
No comments:
Post a Comment