• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

在 Visual Basic 6 使用 Subversion

用户头像
it1352
帮助1

问题说明

我的团队即将从 Visual SourceSafe 迁移到 Subversion,同时在 Visual Basic 6.0 中开发/支持遗留项目,所以我有几个问题:

My team is moving from Visual SourceSafe to Subversion soon, while developing/supporting a legacy project in Visual Basic 6.0, so I have a couple of questions:

  • 在 Visual Studio 6 中集成 Subversion IDE 的最佳工具是什么?(或者不值得麻烦...)
  • 是否有将 Subversion 与 Visual Basic 6.0 结合使用的最佳实践?(要忽略的文件类型等)

正确答案

#1

我同意 Windows 资源管理器中的 Tortoise SVN 是在 VB6 中使用 SVN 的最佳方式.

I would agree that Tortoise SVN in Windows Explorer would be the best way to use SVN with VB6.

您会发现迁移到 SVN 的最大变化是签出"和签入"的想法与更新"和提交"并不完全相同...因此,任何与 VB6 的 IDE 集成都受到限制,因为 VB6 支持 MSSCCI,一种检出/检入机制.我曾经使用过 TamTam SVN (http://www.daveswebsite.com/software/tamtamsvn/index.shtml) 与 Visual Studio 2003,但由于我发现它限制而停止.合并/分支/归责等是 Tortoise SVN 提供的非常强大的功能,这些功能不在 TamTam 中.底格里斯也有http://svnvb6.tigris.org/,不过我没试过.

The biggest change you will find migrating to SVN is the idea of "Check out" and "Check in" aren't exactly the same as "Update" and "Commit". . . thus, any IDE integration with VB6 is limited because VB6 supports MSSCCI, a check-out/check-in mechanism. I once used TamTam SVN (http://www.daveswebsite.com/software/tamtamsvn/index.shtml) with Visual Studio 2003, but stopped since I found it limiting. Merging/branching/blaming, etc. are very powerful features Tortoise SVN provides that weren't in TamTam. Tigris also has http://svnvb6.tigris.org/, but I have not tried it.

再说一次,虽然您很可能会使用 IDE 来使用 VB6,但我不会推荐它,因为迁移到 SVN 的最大优势是打破了签入/签出的 Source Safe 哲学.

Again, while you quite possibly get an IDE to work with VB6, I would not recommend it since the greatest strength of migrating to SVN is to break the Source Safe philosophy of check-in/check-out.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcgfcch
系列文章
更多 icon
同类精品
更多 icon
继续加载