How do i choose Bitbucket or Git if source code is not public for an organisation?

Kapila Narang's picture

I have no clue on bitbucket but read it supports Git. Trying to understand how do we choose which VCS should a company use if code is not public & team size is 100+developers.

Bitbucket or Git on linux based system?Dont wish to explore the paid version to start with.

Any thoughts please share.

1 Answer

Pradeep Prabhu's picture

Hi Kapila,

From your question, it seems like you are exploring two different things: Version Control tool (VCS) and VCS Hosting site. VCS are tools like git, mercurial, Clear case etc., And, VCS hosting sites like bitbucket, github etc.,

The decision on which VCS to use really depends on your team size, size of the source code, kind of code used etc., For instance, people who code in Visual Studio use Microsoft Team Foundation Server (TFS) for version control as it can tightly meld with the code. If its a very large company or team and lots of source code to manage, then people prefer stable enterprise VCS like Clear Case. Since it's Linux systems in your case, people generally go for git or similar open source VCS [sometimes Clearcase as well].

With regards to the VCS hosting sites, Github is very popular if the VCS is git - it has desktop and mobile apps as well. It has excellent features and are used by large teams as well. Both github and bitbucket have monthly fees which are based on number of developers, number of branches etc.,

Hope this helps!

~ Pradeep

PS: If you can provide more details such as the type of code used, team structure etc., then it will help to answer the question more clearly.

 

 

 

 

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.