August 4th, 2008
by Alena Semeshko
Charles Sterling points out how useful it is to bookmark TFS Setup and Admin FAQ as these documents are constantly updated. He also lists the latest updates, some of which include:
Team Foundation Server Administration. 2
1. How to change the credential for the TFS command line tools. 2
2. How to migrate TFS 2008 Workgroup to TFS 2008 Standard. 2
3. How to Set the Maximum Attachment Size for Work Items. 2
4. How to access TFS from internet. 3
5. How to modify the portal template. 4
6. How to set the domain trusts between different TFS components. 5
7. Error Message: VersionControl.Adapter: An unexpected exception occurred while calculating code churn 5
8. Unable to undo local changes after you upgrade Visual Studio 2005 Team Foundation Server to Visual Studio 2008 Team Foundation Server. 6
9. How to upgrade Windows SharePoint Services from version 2.0 to 3.0 after upgrading Team Foundation Server 2005 to version 2008 6
Team Foundation Server Source Control. 11
1. How to structure solutions and projects. 11
Team Foundation Server Team Build. 12
1. How to build .NET 1.1 projects with Team Build. 12
2. How to pass MSBuild properties to solutions and projects. 12
See his blog for answers.
Posted in tfs documentation, TFS links | No Comments »
April 30th, 2008
by Alena Semeshko
A new draft documentation on “Moving Team Foundation Server From One Configuration To Another” has been recently posted and is availably for public review over here.
Let VSTS developers know if you’ve gone though a similar process to improve this draft.
Also, do not forget, if you have any problems with VSTS deployment you can always seek additional consultation and services from TeamExpand.
Posted in tfs documentation, TeamExpand | No Comments »
February 7th, 2008
by Alena Semeshko
Here’s a quick tip I came across today: the easiest and quickest way to undo someone else’s checkout in TFS is by using this command:
tf undo /workspace:WORKSPACE-NAME;User $/myProject/CheckedOutFile.cs /login:myusername,mypassword
And another one: to delete an entire workspace there’s a command that will automatically undo any checkouts:
tf workspace /delete Workspace (add “/login:name,password” to end of command if
MSDN, as usual, has more.
Posted in tfs documentation, TFS links | No Comments »
December 27th, 2007
by Alena Semeshko
Let’s leave the 2008 version of Team Server for a while and move back to TFS 2005. Some say TFS 2005 is one of the hardest tools to install, as it annoys you to death screaming “error” and asking for more information at installation. Well, here are the guidelines that you can follow to avoid going through all this trouble.
“This is only for New BOX and single server deployment
1. Install Microsoft Windows Server 2003 or 2003 R2 with SP2
-Install IIS from windows components. enable ASP.NET, do not enable FrontPage extensions.
2. Install MS SQL Server 2005 with all features.
-Make sure that all services in MS SQL server set to Start automatically.
3. Install Windows SharePoint service 2.0 with SP2
-DO not configure WSS and select farm installation type
4. Install MS SQL Server 2005 Service Pack 2
5. Install .NET Framework 2.0 Service pack 2
6. Create 2 accounts on server TFSSERVICE and TFSREPORTS (if you have a domain and using active directory then create these account in Active directory)
7. Now time to start installation of TFS. if you are using domain controller then login in as domain admin and not local admin.
8. Insert the TFS CD/DVD and start the installation.
-First it will check the server health and necessary components, its nothing but what we did in above steps, if everything is fine then it will ask for login for services , enter TFSSERVICE login details then report service login details, enter TFSREPORTS then SMTP ( you can skip this for now)
-Start installation
-Finish installation
9. Install Team Explorer.
10. If you want to access TFS in Internet Explorer then download Team System Web Access Tool from Microsoft downloads site free of cost and install it, (chose different web site normally port 8090 or any other port and not default 8080)
11. Install Team Foundation Server 2005 Service Pack 1
12. Done !!! your server is ready to use.
DO Read TFS Installation guide (which comes in DVD or you can download new version from Microsoft web site) carefully before starting installation.”
From here
Posted in tfs documentation, TFS links | No Comments »
December 10th, 2007
by Alena Semeshko
Posted in tfs documentation, TFS links | No Comments »
November 24th, 2007
by Alena Semeshko
Posted in tfs documentation, TFS links | No Comments »