Choosing a source control system: logical next steps after VSS

[亡魂溺海] 提交于 2019-12-10 18:17:12

问题


I've been using Git for the past few months and love it.

I looked into how to host it in a corporate environment. Considering a 10 person team who use Visual SourceSafe, programming in Coldfusion, Powerbuilder, PHP and a bit of .NET, I found, to my surprise, that the Git 'server' tooling is still fairly rudimentary.

Git in a company - hosting own server

Question Apart from SVN, what other source control options would be a logical next step after VSS? Paid options are fine.

Something with nice tooling, that isn't scary would be great :-)


回答1:


Perforce (non-free) offers a lot of features and tools. I heard Google uses it. Perforce offers more advanced branching and merging capabilities than SVN.




回答2:


There are several Git hosting services that provide Web interfaces and integrated project management, and some of them are targeted at corporate development teams. ProjectLocker and Codebase are two of these. Both Assembla and Github offer a installable version of their server software, so that you can run a private instance of their service.




回答3:


I think Team Foundation Server would be the next logical step up from Visual Source Safe. You can also check out SourceGear Vault as another alternative to VSS.




回答4:


Not a direct answer (as I'm an advocate of SVN myself), but take a look at Wikipedia's entries for List of revision control software and Comparison of revision control software. It will give you something to investigate while you wait for answers here and you might find something little-known that just fits the bill for you. :)




回答5:


Team foundation server, I believe is one that has been tossed around.




回答6:


TFS Basic




回答7:


I'd go with SVN or CVS. Big community and lots of tools and documentation.



来源:https://stackoverflow.com/questions/1768486/choosing-a-source-control-system-logical-next-steps-after-vss

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