如何更改 Team Foundation Server 2005 和 2008 中的工作区?

发布于 2024-07-05 00:24:39 字数 85 浏览 7 评论 0原文

我在几个不同的工作区中有多个项目。 然而,我似乎永远不知道如何改变我当前的工作空间。 结果是我在我的计算机上签出的文件显示为已被其他人签出并且无法访问。

I have multiple projects in a couple of different workspaces. However, it seems like I can never figure out how to change my current workspace. The result is that files that I have checked out on my machine are shown to be checked out by somebody else and are not accessible.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

蓝眼睛不忧郁 2024-07-12 00:24:39

我不完全理解你的问题。

您是说您在一台计算机上签出的文件在另一台计算机上似乎无法访问吗? 我想说这完全是设计使然,因为现在您有一个在一台计算机上进行了本地修改的文件,该文件在您的其他计算机上可能可用也可能不可用。

当您说由其他人检查时,这到底是什么意思? 你如何验证这一点,你在看什么?

或者你还有别的意思吗? 在这种情况下,请详细说明。

I don't entirely understand your question.

Are you saying that files you check out on one machine seems to be unaccessible on another of your machines? I'd say that would be entirely by design, as now you have a file that has local modifications done on one machine, which may or may not be available on your other machines.

When you say checked out by somebody else, what does that mean exactly? How are you verifying this, what are you looking at?

Or do you mean something else? In that case, please elaborate.

帝王念 2024-07-12 00:24:39

单击:文件 -> 源代码控制 -> 高级-> Workspace,然后您可以编辑或删除现有的映射位置

Click on: File -> Source Control -> Advanced -> Workspace and then you can edit or remove the existing mapped locations

遮了一弯 2024-07-12 00:24:39

首先,您应该激活工作区窗口。

  1. 选择窗口菜单
  2. 单击“源代码管理浏览”。
  3. 单击活动按钮。
  4. 将出现“工作区”窗口,
  5. 单击“工作区”窗口中的“工作区”名称。
  6. 从弹出列表中选择您想要的工作区名称。

First, you should active you workspace window.

  1. choose the window menu
  2. click Source Control Explore.
  3. click Active button.
  4. The Workspace window appears
  5. click the WorkSpace name in Workspace window.
  6. from the popup list choose the Workspace name you want.
·深蓝 2024-07-12 00:24:39

在 Visual Studio 2013 中
如果您只是后悔为版本控制下的项目选择了哪个本地文件夹。 执行如下操作:
在源代码管理资源管理器的文件夹窗格中
选择您对本地文件夹目标/映射不满意的项目。
右键点击。 --> 进阶--> 删除映射。
将打开一个窗口:按浏览按钮并为项目选择另一个本地文件夹,然后单击“更改”。

In Visual Studio 2013
If you just regret which local folder you choose for a project under version control. Do like follows:
In the Source Control Explorer in the Folders pane
Select the project which local folder destination/mapping you are not pleased with.
Right click. --> Advanced --> Remove mapping.
A window opens: Press the browse button and choose another local folder for the project and then click "Change".

是你 2024-07-12 00:24:39

您想更改工作站上文件的位置吗? 如果是这样,我是这样做的:

  1. 打开 Visual Studio
  2. 打开“源代码管理资源管理器”窗口。
  3. 从“工作空间”下拉列表中选择“工作空间...”
  4. 应显示“管理工作空间”对话框。
  5. 选择要修改的工作区,然后单击编辑...
  6. 您应该能够从此处调整文件夹。

Are you wanting to change the location of the files on the workstation? If so, here's how I do it:

  1. Open Visual Studio
  2. Open the Source Control Explorer window.
  3. From the Workspace dropdown select "Workspaces..."
  4. The Manage Workspaces dialog should show up.
  5. Select the workspace you want to modify, and click Edit...
  6. You should be able to adjust the folders from here.
晚雾 2024-07-12 00:24:39

我假设你的意思是“工作空间”,而不是“工作站”,因为否则你的问题对我来说不太有意义。

在 Visual Studio 中,转到源代码管理资源管理器(查看 -> 其他 Windows -> 源代码管理资源管理器)。 在源代码管理资源管理器窗口的顶部,您应该有一个带有几个按钮的工具栏。 在该工具栏上的某个位置(对我来说它位于右侧)应该有一个工作区下拉菜单。 只需从该下拉列表中选择您要使用的工作区即可。

I'm going to assume you mean "workspace", not "workstation", as your question doesn't quite make sense to me otherwise.

In Visual Studio, go to the Source Control Explorer (View->Other Windows->Source Control Explorer). At the top of the source control explorer window you should have a toolbar with a few buttons. Somewhere on that toolbar (for me it's at the right) there should be a Workspace dropdown. Just select the workspace you want to use from that dropdown.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文