简体   繁体   English

Drupal的哪个版本控制?

[英]Which Version Control for Drupal?

I am starting to need to work on bigger sites and with multiple people so I know I need to start using some kind of version control. 我开始需要在更大的站点上并与多个人合作,所以我知道我需要开始使用某种版本控制。 GRRR. 哎呀。 While I understand and use Features and Context to put config info into code instead of the DB, I am still confused about what version control system I should use? 虽然我了解并使用功能和上下文将配置信息放入代码中而不是数据库中,但我仍对应该使用哪个版本控制系统感到困惑。 Is there any advantage to using GIT? 使用GIT有什么好处吗? or Subversion? 还是Subversion? Especially in terms of workflow. 特别是在工作流程方面。

I am still pretty new to version control "conceptually" and practically so I am not even sure what I need to setup. 从概念上和实际上,我还是对版本控制还很陌生,所以我什至不确定要设置什么。 I'd like to be able to use version control locally as well. 我也希望能够在本地使用版本控制。

I'd like to be able to use version control locally as well. 我也希望能够在本地使用版本控制。

In that case use Git or some other DVCS . 在这种情况下,请使用Git或其他DVCS SVN is centralized and will not allow you to make any local commits. SVN是集中式的,不允许您进行任何本地提交。

I would also suggest Git for the reasons listed on whygitisbetterthanx.com (branching and local commits), this however is subjective. 我也建议Git,原因是whygitisbetterthanx.com (分支和本地提交) 列出的原因,但这是主观的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM