vote up 1 vote down star

Is there a way to programatically determine the current workspace of the open sln/proj in visual studio using the TFS API? I've seen how the VersionControlServer can retreive all of the known workspaces, but is there anything I can use to tie that to what the user currently has (or doesn't have) open?

flag

1 Answer

vote up 1 vote down check

If you can determine the physical path of the solution or project file, then you can query that file in TFS and you should see which workspace has been mapped to that local file location.

link|flag
Ah. I didn't realize that the mapped path for a workspace had to be unique, but it makes sense. Awesome, thanks! – JPero Jan 8 '09 at 14:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.