tags:

views:

100

answers:

4

I'm looking for a public subversion host, but I don't necessarily want to open-source all projects hosted there (e.g. my resume). I've checked out the popular free ones like google code but they seem to require me to choose an OSI license. I'm willing to pay a small fee, company reputation matters because I want them to be around for several years. ideas?

Edit: must allow hassle-free public browsing! e.g. I want to publicly link to my head resume.

+2  A: 

Beanstalk is what you're looking for.

Some others:

For a small fee, you get private repos.

There is a list and comparison here of some others.

samoz
+1  A: 

Beanstalk for Subversion

or if you'd consider another SCM...

Github for Git

BitBucket for Mercurial

meleyal
+1  A: 

There are several out there. The three that I hear mentioned around the most are:

  1. CVSDude
  2. Unfuddle
  3. CodeSpaces

These offer free and/or low fee accounts. They are geared towards private projects. They also offer bug trackers and ticket systems. There are many more smaller outfits, but these three are the ones I hear about the most.

hectorsosajr
A: 

You can check InDefero for Git and Subversion with free public/private projects (only limited by the size). It is a clone of GoogleCode and you can get it as GPL together with a full SQL dump of your hosted repositories. No lockin.

Loïc d'Anterroches