Wednesday, September 23, 2009

Team Foundation PowerToys

The Team Foundation PowerToys (TFPT) application provides extra functionality for use with the Team Foundation version control system. The Team Foundation PowerToys application is not supported by Microsoft.

Five separate operations are supported by the TFPT application: unshelve, rollback, online, getcs, and uu. They are all invoked at the command line using the tfpt.exe application. Some of the TFPT commands have graphical interfaces.

Read More on PowerToys..

Labels: , , , , , ,

Saturday, September 19, 2009

Deleting TFS Project

Ever tried deleting a TFS project created accidentally??.

As Team foundation server is not having any UI functions to delete the project, we can do this through command line.

Use the below command on your server where TFS is installed and you can completely delete all the traces of the project.

syntax :

TFSDeleteproject [/q] [/force] [/server: servername] teamprojectname

example:

TFSDeleteProject /server:testserver testproject

while specifying the servername please use quotes if the server name has spaces.

Thats it. Now your accidentally/unused project will be removed forever.

Labels: , , , , , ,