TortoiseSVN 有什么好的替代品吗?

发布于 2024-11-29 06:24:05 字数 1536 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

相权↑美人 2024-12-06 06:24:05

所有文件夹都包含隐藏的 .svn 文件夹。当你移动它们时,是的,可能会出现问题。如果您仅使用 TortoiseSVN 上下文菜单来移动内容,则不会遇到这些问题。

如果您喜欢从 IDE 移动文件夹,请使用 AnkhSVN,这是一个很棒的 Visual Studio扩展,将类似 TortoiseSVN 的选项集成到解决方案资源管理器窗口中,并跟踪 IDE 中所做的更改。

最后,如果您对 Subversion 处理移动、重命名和合并的方式不满意,您可能需要研究更现代的版本控制系统Git 非常棒,但需要花费一些精力来学习,而且 AFAIK 在 Windows 上没有很好的支持。 Mercurial 可能正是您所需要的,因为它比 Git 更容易并且具有更好的 Windows 支持。

Git 和 Mercurial 都在项目根目录下使用单个目录来存储数据,因此您永远不会因移动文件夹和文件而损坏工作副本

查看 Joel Splosky 的 Mercurial 指南Mercurial 和 Subversion 之间的差异

All folders contain hidden .svn folders. When you move them, yes, there may be problems. If you only use TortoiseSVN context menu to move stuff, you won't have these problems.

If you prefer to move folders from the IDE, use AnkhSVN, which is an awesome Visual Studio extension that integrates TortoiseSVN-like options into Solution Explorer window and tracks changes made in the IDE.

Finally, if you're not satisfied with how Subversion handles moves, renames and merges, you may want to look into more modern version control systems. Git is fantastic but takes some effort to learn and AFAIK doesn't have a good support on Windows. Mercurial may just what you need, as it's easier than Git and has a better Windows support.

Both Git and Mercurial use a single directory at the root of your project to store their data so you will never corrupt a working copy by moving folders and files around.

Check out Joel Splosky's guide to Mercurial and differences between Mercurial and Subversion.

长发绾君心 2024-12-06 06:24:05

VisualSVN 与 Visual Studio 集成以自动执行文件重命名/删除、忽略列表等。

VisualSVN integrates with Visual Studio to automate file renames/deletes, ignore lists, etc.

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