将 AnkhSVN 与 VS 项目集成

发布于 2024-11-09 17:02:41 字数 242 浏览 0 评论 0原文

我已经下载了 AnkhSVN 用于版本控制。我还在我的存储库中使用 Codesion

可能是一个愚蠢的问题,但我如何让它与现有项目一起工作?基本上,我如何为我的项目设置存储库 URL,然后开始使用 AnkhSVN 签入/签出更改?

I've downloaded AnkhSVN to use for version control. I'm also using Codesion for my repository.

Probably a silly question, but how do I get it to work with an existing project? Basically, how can I set the repository URL for my project and then start using AnkhSVN to check in/out changes?

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

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

发布评论

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

评论(2

2024-11-16 17:02:41

确保您首先在 VS 中启用它(工具 -> 选项 -> 源代码管理 -> 插件选择)

通过文件 -> 连接您的项目到它颠覆->更改源代码控制(选择您的项目)

他们的 文档也很不错。

Make sure you have it enabled in VS first (Tools -> Options -> Source Control -> plugin selection)

Connect your project to it via File -> Subversion -> Change Source Control (pick your project)

Their documentation is pretty good also.

知足的幸福 2024-11-16 17:02:41

来自 http://help.collab .net/index.jsp?topic=/com.collabnet.doc.anksvn_001/action/ankh_getting_started.html

  1. 在解决方案资源管理器中打开项目。
  2. 从 Visual Studio 的文件菜单中,选择 Subversion >更改源代码控制。
  3. 在“更改源代码管理”窗口中,选择包含您的项目或解决方案的行,然后单击“连接”。
  4. 单击“确定”。

From http://help.collab.net/index.jsp?topic=/com.collabnet.doc.anksvn_001/action/ankh_getting_started.html:

  1. Open the project in Solution Explorer.
  2. From the File menu in Visual Studio, select Subversion > Change Source Control .
  3. In the Change Source Control window, select the row containing your project or solution, and click Connect.
  4. Click OK.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文