开发者

Copy TFS Working folders list from one workspace to another

I got new working machine and because our TFS server is located very far from jobsites I want to avoid downloading all source codes again (several GBs) so want to move my ol开发者_JS百科d workspace to new one. I have copied all projects via LAN and Working folders list in Workspaces is empty in VS on new machine.

So how to move all items from old workspace to new one without adding them manually and downloading all the data again?


It's super easy to migrate your workspaces from an old machine, given your exact scenario. See this other thread on Stackoverflow:

Import Visual Studio TFS workspaces


Shelve everything in your workspace and unshelve it to the new computer. When you create the shelfset, make sure that "Preserve pending changes locally" is not checked.

This will, effectively move the workspace from one computer to another.

** Update based on question being updated **

I don't think there's an easy way for you to do what you are wanting to do within a workspace. Instead, you should be looking at the TFS Proxy. When you implement the proxy, it sits between your workstation and the TFS repository, and helps proxy gets, check-outs, and check-ins to help speed up your interaction with TFS.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜