English 中文(简体)
D. 工作进展
原标题:working on TFS 2010
  • 时间:2011-03-02 21:02:36
  •  标签:
  • tfs

hey guys, i am using TFS 2010, i have uploaded content on TFS server, but i dont have any clue about how to download the content from TFS server to local system so that i can check out and check in once i have done editing

任何人都知道如何这样做。 页: 1

i 需要采取同样步骤。

Thanks and Regards Abbas Electricwala

最佳回答

你们需要建立地方工作空间(如果已经有这样的空间),然后将项目绘制到地方工作名录。 http://msdn.microsoft.com/en-us/library/bb668992.aspx” rel=“nofollow”>article :

你们可以以两种方式绘制工作空间地图:

* Set the workspace mapping explicitly
* Perform a Get operation on your team project.

明确制定工作空间制图

  1. In Visual Studio, on the File menu, point to Source Control and then click Workspaces.
  2. In the Manage Workspaces dialog box, select your computer name and then click Edit.
  3. In the Edit Workspace dialog box, in the Working folders list, click Click here to enter a new working folder.
  4. Click the ellipsis (…) button, select your team project (for example MyTeamProject1), and then click OK.
  5. Click the local folder cell to display another ellipsis button.
  6. Click the ellipsis button beneath Local Folder and then browse to and select the local folder on your development computer where you want to locate your team project; for example, C:DevProjectsMyTeamProject1.
  7. Click OK twice to close the Edit Workspace dialog box.
  8. Click OK in response to the Microsoft Visual Studio message box that informs you than one or more working folders have changed.
  9. Click Close to close the Manage Workspaces dialog box.

To perform a Get operation on your team project

  1. In Team Explorer, expand your team project node; for example, MyTeamProject1.
  2. Double-click Source Control beneath your team project.
  3. In Source Control Explorer, right-click the root folder MyTeamProject1 and then click Get Latest Version.
  4. In the Browse For Folder dialog box, select your local path (for example, C:DevProjectsMyTeamProject1) and then click OK. This maps the team project root folder within TFS to a local path on your computer.
问题回答

暂无回答




相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签