up vote 35 down vote favorite
23
share [g+] share [fb]

Something like Google Code or SourceForge, but for closed source projects and better access management.

Found links to these 3 on a forum:

Anyone had any experience with them?

link|improve this question
xp-dev.com – endo.anaconda Jan 11 '11 at 6:04
Similar post for git: stackoverflow.com/questions/2378120/free-private-git-repo – Tchalvak Jul 28 '11 at 14:13
feedback

closed as not constructive by casperOne Jan 24 at 15:36

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

17 Answers

up vote 15 down vote accepted

Edit: Assembla no longer provides free, private accounts.

I have moved my project to Unfuddle, which provides free private SVN hosting.


As was mentioned earlier, Assembla provides SVN hosting, as well as project management tools (bug tracking/feature requests, etc). The project I am hosting it for was a good fit for 3 reasons:

  • Project can be marked private - my site is closed source
  • Bug Tracking integration with SVN - I can actually track which commit fixed which issue
  • Free - this is a hobby project! I don't want to pay! (If you are a bowler, check it out)
link|improve this answer
Assembla works with mercurial too. – ejgottl Oct 26 '08 at 16:12
As of 17th October, Assembla doesn't offer free private hosting anymore. Only public hosting is free. – Philibert Perusse Nov 3 '08 at 16:19
Assembla started offering free repos again assembla.com/catalog/tag/free – unomi Jun 12 '10 at 2:25
feedback

Either Assembla or Unfuddle.

link|improve this answer
1  
I second Unfuddle, they are very good. – Jamie Penney Feb 28 '09 at 7:10
feedback

Dreamhost provides fairly cheap hosting and includes SVN support (and I think CVS) with every account. You can create the repository as public or private so it should suit your needs. Also, as you would have a full linux host, you would also be able to host other things like your bug management, etc there.

link|improve this answer
2  
If by "cheap" you mean "with occasional overcharges of $7.5 million". techcrunch.com/2008/01/15/… – Kevin Nov 25 '09 at 18:23
feedback

If you're looking for a free, private repository, go with Unfuddle.

link|improve this answer
feedback

Assembla is no longer a solution for a private or closed source project.

link|improve this answer
Why is it no longer a solution? – Mike Wills Oct 24 '08 at 19:08
1  
Because they are no longer supporting free private or closed source projects: blog.assembla.com/assemblablog/tabid/12618/bid/6986/… – Matías Oct 25 '08 at 0:10
"The "Private / Professional" plan costs $2 per user per space per month, plus $3 per gigabyte of file and repository usage" – ejgottl Oct 26 '08 at 16:17
They are free again. – DMan Jul 29 '10 at 17:35
feedback

if you are just doing it within your own team and are not within a dispersed team, then would it be possible to set up your own Subversion or CVS server (I would recommend Subversion out of these two). They are both free, and all it would take is a small amount of time to install them. There is plenty of help around too.

I was not too sure exactly what you meant by project hosting website, but following in the fashion of the above answers, if you are looking for source code control, then something local may suit you better for learning as you will have full control over it, and can wipe it whenever you need as you 'play' to learn how to use it.

Good luck

link|improve this answer
feedback

You can try BeanStalk which is a hosted SVN and can be integrated into Lighthouse which is a project management/bug tracking tool.

Both are web based so can be used anywhere in the world and BeanStalk can be used with you favourite SVN client such as Tortoise Svn.

link|improve this answer
feedback

github

link|improve this answer
2  
I love (and use) github, but it is not free if you want to run a closed/private project – tardate Sep 22 '08 at 12:05
Can't beat GitHub – bjeanes Feb 28 '09 at 6:35
feedback

I recommend Assembla. It has several tools for use including repository controls and browsers for SVN, Mercurial, and Git. It has a wiki tool, persistant chat, milestone and ticket that can be assigned to members of the team. It also has 200MB of storage for free. Upgrades for more storage and tools are available.

Assembla is no longer supporting free spaces for closed source projects. As an alternative, I recommend Unfuddle, which has 200MB of storage for free, bug tracking, milestones, and a private repository, but with the restriction that only two people can work on the project.

However, Assembla and Unfuddle both support private repositories for those that are willing to pay, if you are interested in going that route.

link|improve this answer
Unfuddle is great, I concur. – lupefiasco Feb 2 '09 at 20:32
feedback

Use a Project Management Solution.

You could use http://www.comindwork.com/ or http://www.project.net or http://goplan.info/.

The best thing would be Better Control of your Code, using a Project Management tool.

  1. Get an Amazon EC2 Server
  2. Get an account that supports SVN too, like DreamHost (buying a hosting works cheap).

Then install a Project Management tool.

I would surely recommend GForge and CollabNet (for teams smaller than a person count of 15).

Another good tool which I have seen being used is Redmine.

link|improve this answer
feedback

Project Locker has free private projects up to 500MB and 5 users with SVN or git and Trac.

link|improve this answer
feedback

I gave a list of hosting-sites in this answer. From this list Origo allows closed-source, is a free and works fine for me.

link|improve this answer
feedback

Unfuddle is quite good and straight-forward.

link|improve this answer
feedback

Here's an update: bitbucket.org is offering unlimited private repositories for free. All repositories also get a wiki and an issue tracker!

link|improve this answer
feedback

Incidentally, we work on a number of projects at work which have distributed teams. We always host our own Code Repository and distributed members simply VPN in.

We have had success with TFS and SVN both (and even VSS, but with tools such as Source Offsite).

link|improve this answer
feedback

I use Code Spaces. It has subverion hosting and project management features such as work items, milestones, documents, forums and a wiki.

link|improve this answer
feedback

You should also consier RiouxSVN, which is totally free and offers private repositories.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.