We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您可以使用 TortoiseSVN 和任何用于 svn 的 Visual Studio 插件:AnkhSVN 或 VisualSVN。
编辑:
相当一段时间过去了。如果我今天回答这个问题,我强烈建议使用 git。我个人甚至在独自工作时也会使用它。我没有尝试将其集成到 Visual Studio 中,但独立应用程序 SourceTree 非常适合我。如果您以前从未使用过 git,我建议您阅读 Pro Git 一书(免费)。花上一两个晚上就会得到回报。
You can use TortoiseSVN and any Visual Studio plugin for svn: AnkhSVN or VisualSVN.
EDIT:
Quite some time has passed. If I were to answer this question today, I'd strongly recommend using git. I personally use it even when working alone. I didn't try to integrate it into Visual Studio, but standalone app SourceTree serves me well. If you never used git before I'd recommend reading Pro Git book (it's free). Evening or two spent on it will pay off.
Team Foundation Server 可能是最重要的集成到 Visual Studio 中。
然而,我个人喜欢 Kiln (它也很好地集成到 VS 中)。这对于小型团队来说非常好,可以托管并且非常优雅且易于使用。
其他选项包括 Subversion 和 Git。但是,如果不了解更多要求,就很难为小型 .NET 团队提出“最佳”选项。自托管与为您托管可能是做出决定的最大因素......
Team Foundation Server is probably the most integrated into Visual Studio.
However, I personally love Kiln (which also integrates nicely into VS). This is nice for a small team, being hosted and very elegant and easy to use.
Other options include Subversion and Git. However, without knowing more requirements, it's difficult to suggest the "best" option for a small .NET team. Self-hosted vs. hosted for you is probably the largest factor in making your decision...
查看 Perforce。免费版本允许 2 个用户、5 个工作站。就配置管理工具而言,付费版本是合理的。
Take a look at Perforce. Free version allows something like 2-users, 5 workstation. Paid version is reasonable as far as configuration management tools go.
尝试一下Plastic SCM 社区版。它是一个免费的版本控制系统,最多可容纳 15 个用户,具有商业支持、分布式(如果您愿意,它可以集中化)并具有集成的差异和合并工具。
希望有帮助。
Give a try to Plastic SCM Community Edition. It is a free version control system for up to 15 users, commercially supported, distributed (if you want to, it can be centralized) and with integrated diff and merge tools.
Hope it helps.