Workspace remain in the windows 2000 user profile
How can i clean properly the workspaces references in the local machine. The workspaces is removed properly from the server but it is the user profile.
When a new user (USERB) uses VSTS and try to create the workspace he has an error 'the workspaces is allready mapped to DOMAIN/USERA'.
The previous USERA had removed the workspace from the 'Manage Workspaces' window in his own windows session.
Please Help
Thanks
Laurent
Visual Studio caches the workspace info on the local computer. You can update the cache on the local PC by using the following command:
tf workspaces /o:* /s: http://yourTFSServer:8080
-Steve
It works, we have done both actions :
remove workpaces and remove directories
Thanks a lot for you help.