Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configure TFS server location in TFS powertools

I'm trying to unshelve a shelveset to another branch using the tfpt utility included in TFS Powertools. However, since I installed the TFS power tools we have moved the TFS server to another server (with a different URL).

The problem is that when I am using TFS power tools it tries to access the old server which leads to an error saying

Team Foundation Server does not exists or is not accessible at this time. Technichal information (for administrator): The request failed with HTTP status 503: Service unavailable.

Does anyone know how do I tell tfpt to use the new server location instead? I thought that this would be solved by making a simple search on google but I was wrong :/

like image 993
Ozzy Avatar asked Oct 12 '12 10:10

Ozzy


1 Answers

Problem resolved! :) I've added the new server to my Visual Studio 2008 installation (in Team Explorer). I previously did this for my Visual Studio 2010 only. So now tfpt are using the new server location instead.

like image 189
Ozzy Avatar answered Sep 28 '22 00:09

Ozzy