0

in my spare time I create open source projects which I hosted at google code in the past but apparently google limits the maximum number of projects to 25 which is not what I want.

I have many small projects that I want to share and showcase.

What would be your choice? I know github and sourceforge but I couldn't find information about their limitations so I'm not sure.

Where would you host more than 25 projects?

MPelletier
  • 16,256
  • 15
  • 86
  • 137
  • Is the number of projects your only criterion? – David Grant Oct 04 '12 at 08:46
  • I don't care about the dvcs if that's what you mean. Git, subversion, mercurial; I'm ok with all of them. Wiki? Bugtracker? Not my first priority to be honest. – Andreas Schipplock Oct 04 '12 at 08:47
  • This question doesn't belong on StackOverflow. It is subjective and possibly to initiate a discussion. Quote from the [FAQ](http://stackoverflow.com/faq#dontask): `If your motivation for asking the question is “I would like to participate in a discussion about ______”, then you should not be asking here.` – Darin Dimitrov Oct 04 '12 at 08:48
  • This is objectively answerable and relates to programming tools. So I think it is fine for SO. – mikera Oct 04 '12 at 08:50
  • No, this question cannot be objectively answered. Some people might suggest you one provider (http://github), other people might suggest you other provider (http://bitbucket.org). It;s like asking should I choose C# or Java for my next project. You might ask it but not on StackOverflow. – Darin Dimitrov Oct 04 '12 at 08:50
  • A list of hosting sites that allow more than 25 open source repositories would be an entirely objective answer to the question. It's a pretty straightforward question, not an invitation to a debate (which is what the subjectivity rule is trying to prevent) – mikera Oct 04 '12 at 08:53

2 Answers2

4

My choice would be GitHub. I don't believe they impose restriction on the number of public repositories you may have, they only ask you to keep under 1Gb each.

punund
  • 4,321
  • 3
  • 34
  • 45
2

You can use:

  • github
  • sourceforge

I'm using github a lot more than the second..

Kharec
  • 58
  • 5