which version control is best suited for me? [closed]

穿精又带淫゛_ 提交于 2020-02-08 04:48:04

问题


I know there are lots of questions with this title but I could find one which could clearly help me decide. I'm a part game developing team, and usualy there are 1 or 2 of each programmers, game designers, and artists envolved in a project. my main purpose is to keep the team in sync ( and the second important thing is to have a history of all thing we've done). Since there are non-programmers involved in the project i need the version control software you suggest to have a user-friendly gui to keep others from whining and make them shareevery thing they've produced through version control. While searching up until now I think I prefer to use SVN or GIT but I'm wondering which one suits our goals the best, can you suggest anything? (and I know about tortuisSVN and tortoisGIT)


回答1:


I think the answer to this question need not be subjective. For his use case of game development ( involving lots of changing binary files ) and involvement of non-programmers, I would suggest SVN as SVN still has better handling of binary files ( through storage of diffs ) than Git and also, for a new comer, SVN is much more friendly than Git. In fact, I think Mercurial will be a good fit as well, but I feel TortoiseHg is not up to the mark with TortoiseSVN or TortoiseGit.



来源:https://stackoverflow.com/questions/5957294/which-version-control-is-best-suited-for-me

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!