Category Archives: Team Foundation Server

TFS in SQL Navigator for Oracle

Architecture The idea of the architecture for TFS is everyone has their own workspace. So, developers have to map their workspace from TFS and connect it to Navigator. You will find an error as below:- This means that, you don’t … Continue reading

Posted in Team Foundation Server | Tagged | Leave a comment

Quality Center and Team Foundation Server 2008 Integration

Introduction TFS Team has been working with HP’s Quality Center Team for TFS2008 as a QC connector to help user to synchronize their defects with work items in TFS2008.  The connector is build on the TFS Synchronization Toolkit. Toolkit can … Continue reading

Posted in Team Foundation Server | Tagged , , | Leave a comment

Undelete file or folder

Panic with your file or folder that been deleted? I was deleted my important folder which I develop for 3 months ago, and the last backup I did was in a month. With that, I tried to research how to … Continue reading

Posted in Team Foundation Server | Tagged | Leave a comment

TFS plugin compatibility between TFS 2005 and TFS 2008

One of those is that any code you’ve compiled against the TFS 2005 object model will always run against the 2005 object model, never the 2008 object model.  In many cases this is fine because the TFS 2005 object model … Continue reading

Posted in Team Foundation Server | Leave a comment

WebDev.WebServer.exe Error

My experienced in this error is due to the folder are under read only mode. Once i turned unchecked, it work for TFS.

Posted in Team Foundation Server | Leave a comment

How to: Delete Files and Folders from Source Control using command line

To add a deleted item to the server from the command line Open a Visual Studio 2005 Command Prompt by clicking the Start button, click All Programs, click Microsoft Visual Studio 2008, click Visual Studio Tools, and then click Visual … Continue reading

Posted in Team Foundation Server | Tagged | Leave a comment

Migrating from Visual SourceSafe to Team Foundation

To create the settings file for analysis Click Start, click All Programs, point to Microsoft Visual Studio 2005, point to Visual Studio Tools, and then click Visual Studio 2005 Command Prompt. At the command prompt, type mkdir %DriveLetter%\VSS2TeamFoundation, where %DriveLetter% … Continue reading

Posted in Team Foundation Server | Tagged | Leave a comment

“Check Out Check in” in Team Foundation Server

  The concepts of check-out and check-in mean different things in different source control systems. This can be confusing. In Microsoft Corporation"s Visual Source Safe (VSS) and Serena Software"s Polytron Version Control System (PVCS), check-out means "get the latest version … Continue reading

Posted in Team Foundation Server | Leave a comment

Remove Project from Team Foundation Server

TFS 2005/2008 both ship with the TfsDeleteProject.exe utility. Open a command line on your team foundation server and cd to %program files%\Microsoft Visual Studio 9.0\Common7\IDE (2008) %program files%\Microsoft Visual Studio 8\Common7\IDE (2005) Then: tfsdeleteproject /q /force /server:<tfs server> "<project name>"

Posted in Team Foundation Server | Leave a comment