How can I get mapping of current project on TFS 2010? I need to take single file, find out its mapping and with that information I want to find this file on another computer, which has mapped same workspace. Any idea how can I achieve this?
Share
So I’ve found solution by myself.
First I get server name for every file
and than, on another computer, I can load local names
It has some limitations, but works perfect for me.