Hi,
We are having our TFS Server installed remotely(in US) and our machines (in India) were able to access the TFS Server. The problem is that we are not able to "Check in" or "Check out" the code from the source code control from Team Explorer as the "Get Latest Version" and "Check out for Edit" menu options were disabled or through the command line method.
So kindly let us know how to resolve this problem.
How can we enable the source code control accessible remotely. Please mention the steps which we have to implement on server and as well in client machines.
Thanks & Regards,
Venu Madhav Deevi.

Remote Accessing of VSTS Source Code Control (SCC)
nancyboy
Buck
BMoores
We have checked our Visual Studio based on the information give by you to check the File -> Souce Control -> Manage Workspaces. It was set to correct project but even then we are not able to do the "Check In" and "Check out" our files. Apart from this issue we do have following problems also
"Error You are not a valid account. Please contact the team system administrator".
Thanks
Venu Madhav.
Nofi
Thanks
Venu Madhav Deevi.
beroetz
The operation you describe, get and check out, require that you have a workspace that has mappings for the parts of the code you want to work with. You can change workspace mappings by going to File -> Source Control -> Manage Workspaces and editing your workspace.
The Team Foundation Source Control walkthroughs contain information on creating and dealing with workspaces.
http://msdn2.microsoft.com/library/ms181279(en-us,vs.80).aspx
Buck
rsteckhan
When Get Latest is greyed out, that usually means that you local workspace doesn't actually have any working folder mappings. From the File menu, go to Source Control-> Workspaces... and then choose a workspace. You need to add a mapping for a server folder to a local folder. Hopefully this will fix that!