Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket, Assembla.. or what?

So, after a while of researching what SVN system should I use, I end up creating a project in Google Code.. thing is, that ANYONE can have access to my repository, and is NOT what I want :)

So, I'm looking for a "private Google Code" code hosting web.

I found out that Bitbucket and Assembla are good, but.. any opinions?

Thank you!

like image 245
Artemix Avatar asked Jun 14 '10 17:06

Artemix


People also ask

What is difference between Bitbucket and SVN?

Bitbucket has a broader approval, being mentioned in 1735 company stacks & 1449 developers stacks; compared to SVN (Subversion), which is listed in 77 company stacks and 58 developer stacks.

Which is best Git or Bitbucket?

Both offer public and private repository options. GitHub is better suited for individual projects, while BitBucket is much better for enterprise-level projects. In broad terms, both Bitbucket and GitHub have advantages and features that make them both well-suited to certain types of development teams.

Is Bitbucket cheaper than GitHub?

If you have many private projects and small numbers of users per project, Bitbucket may be a cheaper option because of its per-repo pricing. If you have large teams collaborating on just a few projects, GitHub may be the better option.

What is Bitbucket and how does it differ from Git?

The main difference between Git and Bitbucket is that Git is a distributed version control system while Bitbucket is a web-based version control repository hosting service for development projects that use Git or Mercurial.


1 Answers

Keep in mind, BitBucket utilizes Mercurial for Source Control, NOT Subversion. Granted, Mercurial might be a nice step up to use and learn, but that's a discussion for another answer. Also, BitBucket will limit you to one, free, private repository.

I've used Assembla in the past and they've been okay, nothing particularly special.

There is also the option of running your own Subversion server, which can be extremely easy on Windows by using VisualSVN Server. Sign up for a dynamic-dns account, and you can easily point a hostname back to your home computer.

Lastly, I just noticed, but my Dreamhost hosting account comes with the ability to create Subversion repositories, and it's pretty cheap and comes with a domain name.

like image 147
MattGWagner Avatar answered Oct 16 '22 07:10

MattGWagner