如何从 Codeplex 项目中删除 TFS 绑定

发布于 2024-08-08 01:15:31 字数 308 浏览 4 评论 0原文

我在 Codeplex 上托管了几个项目。因为当我创建它们时,除了 TFS 之外我对任何东西都一无所知,所以我使用了它。但是,现在我已经习惯了 TortoiseSVN 和 VisualSVN,所以我想改用它。

当然,使用subversion来获取我的项目是没有问题的。问题是这些项目中有 TFS 绑定。我怎样才能删除这些?如果有分步指南就更好了。

所以您不必想知道我有什么工具:我可以使用 Visual Studio 中的 TFS Explorer 和 TortoiseSVN 连接到项目。我还安装了 TFS 电动工具,因此如果需要我也可以使用它们。

I have a couple of projects hosted on Codeplex. Since I didn't really have a clue about anything but TFS when I created them, I used that. But, now I have gotten more comfortable with TortoiseSVN and VisualSVN so I would like to use that instead.

Of course, to get my project using subversion is no problem. The thing is that the projects have TFS bindings in them. How can I remove these? Would be nice with a step by step guide.

And so you don't have to wonder what tools I have: I can connect to the projects with both the TFS Explorer thing in Visual Studio and with TortoiseSVN. I also have TFS power tools installed, so I can use those too if needed.

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

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

发布评论

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

评论(1

烟火散人牵绊 2024-08-15 01:15:31
  1. 文件->源代码控制 ->更改源代码控制。
  2. 突出显示所有行,单击取消绑定,确定。
  3. 节省。
  4. 工具->选项->源代码控制。
  5. 选择想要的VS插件,OK。
  6. 解决方案资源管理器 ->右键单击->添加到源代码管理。
  7. 按照新提供商向导中的说明进行操作。

tfpt 中有一些绑定命令,但它们都是关于添加 TFS 绑定,而不是删除它们。

  1. File -> Source Control -> Change Source Control.
  2. Highlight all rows, click Unbind, OK.
  3. Save.
  4. Tools -> Options -> Source Control.
  5. Pick desired VS plugin, OK.
  6. Solution Explorer -> rightclick -> Add To Source Control.
  7. Follow the instructions in the new provider's wizard.

There are some binding commands in tfpt but they're all about adding TFS bindings, not removing them.

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