tfs loses workspace mapping. No workspace matching * found on this computer

StackOverflow https://stackoverflow.com/questions/23401569

  •  13-07-2023
  •  | 
  •  

문제

Since this morning I have been having trouble with my TFS. It actually forgets the workspace mapping and doesn't recognize that the solution has been added to source control. There is an option to actually add the selected projects to source control.

I don't want to edit workspace and make it download all files again. I tried using the tfs command prompt

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>tf workspaces /computer:LAP14643 /owner:* /server:cs\Development
No workspace matching *;* on computer LAP14643 found in Team Foundation Server cardontfs\Development.

tf workspaces
No workspace matching * found on this computer

Thank you

도움이 되었습니까?

해결책

You should run tf.exe from a mapped folder.

I would have thought that "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC" is not mapped folder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top