visual studio 2012 - How to update TFS workspace after computer name changes? -


i renamed computer name, , tfs workspace broken in visual studio 2012.

when type:

tf workspaces /computer:abotonjic-pc /owner:* /format:detailed 

workspace  : abotonjic-pc owner      : wrongowner@test.com computer   : abotonjic-pc comment    : collection : netuse.visualstudio.com\defaultcollection permissions: private location   : local file time  : current 

but need have :

owner      : realowner@test.com computer   : new-pc 

then try:

tf workspaces /updatecomputername:abotonjic-pc /collection:netuse.visualstudio.com/defaultcollection 

no workspace matching *;wrongowner@test.com on computer new-pc found in team foundation server netuse.visualstudio.com/defaultcollection. 

so question :

  1. how update computer name in workspace?
  2. why tfs still shows "wrongowner@test.com" in workspace although there new email registered "realowner@test.com"?

  1. install team foundation sidekicks. it's free.
  2. open workspace sidekick, click search, , select workspace list.
  3. click blue computer icon update workspace computer name , you're done.

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -