vote up 24 vote down star
16

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?

flag

17% accept rate

15 Answers

vote up 7 vote down

Either Assembla or Unfuddle.

link|flag
I second Unfuddle, they are very good. – Jamie Penney Feb 28 at 7:10
vote up 4 vote down

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|flag
vote up 5 vote down

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|flag
If by "cheap" you mean "with occasional overcharges of $7.5 million". techcrunch.com/2008/01/… – Kevin Nov 25 at 18:23
vote up 3 vote down

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|flag
vote up 10 vote down

Edit: Assembla no longer provides free, private accounts.


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|flag
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
vote up 1 vote down

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|flag
vote up 4 vote down

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|flag
Unfuddle is great, I concur. – lupefiasco Feb 2 at 20:32
vote up 5 vote down

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

link|flag
vote up 3 vote down

github

link|flag
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 at 6:35
vote up 3 vote down

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|flag
vote up 2 vote down

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|flag
vote up 7 vote down

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

link|flag
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/… – 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
vote up 0 vote down

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

link|flag
vote up 0 vote down

Unfuddle is quite good and straight-forward.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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