Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
市场上没有“最好”的工具。这一切都取决于您的需求。有很多可用的选项,如 git、svn、mercurial 等。如果您的团队成员已经熟悉版本控制,请相信我,无论您使用什么,都不会有太大区别。我正在从事的大多数项目(私有的和开源的)都在使用 git。我个人认为 git 过于复杂,因为很多功能很少使用。人们可能会有不同的看法,但这只是我个人的观点。
如果您和您的团队第一次使用类似的东西,我会建议使用
svn
。它非常容易设置和配置,并且有很多 GUI 客户端(如 tortoise svn),这将使您的生活更轻松。
否则就去
GIT
。正如聪明人所说,最好专注于您正在构建的实际产品,而不是思考并选择市场上可用的数百万种工具之一。 :)
There is no "BEST" tool in the market. It all depends on your needs. There are a lot of available options like git, svn, mercurial etc. If your team members are already comfortable with version control, believe me, what ever you use, won't make much of a difference. Most of the projects (private as well as open source) I am working on are using git. I personally think that git is some what overly complicated because of a lot of features that are rarely used. People might think otherwise, but its just my personnel opinion.
If you and your team are going to use some thing like this for the first time, I would say go for
svn
.It is very easy to setup and configure and there are a lot of GUI clients (like tortoise svn) which will make your life easier.
Else go for
GIT
.As smart people say, its better to concentrate on the actual product that you are building than to think about and pick one of the million tools available in the market. :)
这是非常有争议的,但目前最受欢迎的是 git 和 Mercurial。
Git 非常快,但对 Windows 的支持很差。 Mercurial 速度较慢,但在所有流行平台上都得到良好支持。
This is highly contentious, but current favourites are git and Mercurial.
Git is very quick but has crap Windows support. Mercurial is slower but is supported well on all popular platforms.
这基本上取决于您的工作流程。每种工具都有其相对于其他工具的优势。
我更喜欢吉特。
更多信息:
It basically depends on your workflow. Each tool has it's advantages over some of the others.
I prefer git.
Some more info: