Posts Tagged ‘TFS’
Recently I had the pleasure of migrating several VSS databases to Team Foundation Server 2008. One of the databases was pretty large (90k+ files) and took between 12 – 16 hours to migrate. However, about 6 hours in to the migration, I kept running across an error that would halt the migration process.
The error:
Could not find file ‘C:\Conv\Tfs\<TeamProjectName>\blah\blah\somefile.txt’.
After searching and searching for a solution, I finally ran across this forum post that got me back on track again. While I cannot take credit for the solution, I would like to add some additional information.
Essentially, Visual Studio [...]
read more
While attempting to deploy some SharePoint code via MSBuild, I ran in to the following problem.
I have a msbuild.proj that executes several stsadm commands. These work perfectly when executed from the command-line. However, once they are called from TeamBuild, I get “Access Denied” on the stsadm execution.
The TFS Service account is a member of the Administrators group on the build server. I can login to the build server as the TFS Service account and execute the command-line successfully. This problem only exists when the commands are spawned from TeamBuild.
I have also tried running several EXEC tasks [...]
read more
|