views:

4800

answers:

15

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?

+8  A: 

Either Assembla or Unfuddle.

Jon Galloway
I second Unfuddle, they are very good.
Jamie Penney
+4  A: 

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

Xetius
+5  A: 

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.

Adam Haile
If by "cheap" you mean "with occasional overcharges of $7.5 million". http://www.techcrunch.com/2008/01/15/dreamhost-overbills-customers-75-million-uses-homer-simpson-to-deliver-apology/
Iceman
+3  A: 

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.

GateKiller
+12  A: 

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)
Chris Marasti-Georg
Assembla works with mercurial too.
ejgottl
As of 17th October, Assembla doesn't offer free private hosting anymore. Only public hosting is free.
Philibert Perusse
Assembla started offering free repos again http://www.assembla.com/catalog/tag/free
unomi
+1  A: 

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).

Vaibhav
+4  A: 

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.

Cristián Romo
Unfuddle is great, I concur.
lupefiasco
+6  A: 

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

lupefiasco
+3  A: 

github

Dejan Milicic
I love (and use) github, but it is not free if you want to run a closed/private project
tardate
Can't beat GitHub
bjeanes
+3  A: 

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.

Srikanth131
+2  A: 

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.

Mnementh
+7  A: 

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

Matías
Why is it no longer a solution?
Mike Wills
Because they are no longer supporting free private or closed source projects:http://blog.assembla.com/assemblablog/tabid/12618/bid/6986/Release-2-0-restricting-free-plans-giving-back-with-features-and-price-reductions.aspx
Matías
"The "Private / Professional" plan costs $2 per user per space per month, plus $3 per gigabyte of file and repository usage"
ejgottl
They are free again.
DMan
A: 

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

Paul Lefebvre
+2  A: 

Unfuddle is quite good and straight-forward.

dr. evil
+1  A: 

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

Mark Lavin