Get specific versions of TFS code in a different directory

℡╲_俬逩灬. 提交于 2019-12-25 13:09:05

问题


Currently we have a build process as follows:

  1. I do a build into our dev staging environment.
  2. I label this in TFS.

  3. I use SVN bridge to check out that changeset that was labelled.*

  4. If testing for dev staging passes, I use the working copy I checked out to do another build into the next environment.

I don't want to have to use SVN Bridge to have a copy of my code somewhere else for code at a specific version, but I have not found a way to do this natively in TFS (2010).

Is there a way of doing this (point 3 and 4) using TFS, instead of SVN Bridge?


回答1:


I may be completely misunderstanding what you're trying to do, but it sounds like you need to create a separate workspace, and get the code that was labeled in step 2 into the new workspace.



来源:https://stackoverflow.com/questions/4846519/get-specific-versions-of-tfs-code-in-a-different-directory

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!