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

I'd like to have a version control server (preferably SVN) accessible on the internet without having to host my own (linux) server. Setting up a home server ala DynDNS is not really an option.

Can you have non-public (maybe single-user) projects on one of the OSS project hosting sites? Or are there alternatives?

I had a look at Google Code. But that looked very public to me.

Any help would be greatly appreciated :-)

link|improve this question

75% accept rate
I don't want to close this as 'not programming related' but these answers are likely to go out of date very quickly - especially in the current economy. – Martin Beckett Mar 4 '09 at 23:34
3  
This might help you to decide svnhostingcomparison.com – Sandy Nov 6 '10 at 4:14
feedback

14 Answers

up vote 22 down vote accepted

Give a look to :

link|improve this answer
+1 for XP-dev, its awesome. – Tuminoid Jan 10 '09 at 14:41
I'll have to take a closer look at XP-Dev, too. Number-wise it looks like the best offer. Unfuddle has a nice interface and generally seems solid (I tried it first) – user51710 Jan 10 '09 at 16:17
@ttobiass: You'll be happy with XP-Dev :) – CMS Jan 10 '09 at 18:01
Unfuddle also does Git hosting, no? – Dan Esparza Mar 4 '09 at 23:09
Yep, you're right, I haven't noticed, answer updated... – CMS Mar 4 '09 at 23:22
show 2 more comments
feedback

ProjectLocker also has private free Subversion hosting and free Git hosting, up to 300 MB. You get unlimited repositories (projects), and each comes with a Trac as well.

Disclaimer: I work for ProjectLocker.

link|improve this answer
and many thanks for that ;) – mlvljr Jan 21 '11 at 13:30
Thanks. I Will try it now. – Jonathan Nov 23 '11 at 10:27
feedback

Unfuddle - has an option that is free. and not public.

link|improve this answer
I tried this one and it looks like the best offer with its 200 MB for 2 users. Also quiet speedy. – user51710 Jan 10 '09 at 16:15
I also use it and am quite pleased with it :) – sirrocco Jan 10 '09 at 19:21
feedback

Assembla has a free (a bit limited) plan and from the FAQ you can make a project private. Supports "Subversion, Git, Mercurial [and Trac]".

bitbucket.org supports only Mercurial and the free plan allows one private repository.

SSH Control offers "GIT, HG (Mercurial), SVN (Subversion) over SSH" and is free for small projects.

link|improve this answer
1  
Update: bitbucket now offers "unlimited" disk space and "unlimited" private repositories! – Robin Green Nov 7 '10 at 7:16
feedback

Beanstalk has a free hosting option, although it's limited to 20MB repositories.

link|improve this answer
"Version control with a human face" lol@ that tag line Thanks for the tip. Looks like a nice offer – user51710 Jan 10 '09 at 16:10
feedback

I have collected most of the previous answers to this question, added some more that I knew about, and made some detailed comparison tables on this wiki, which anyone can edit.

link|improve this answer
feedback

There's also OpenSVN

link|improve this answer
Service CLOSED. – Robert Koritnik Oct 27 '10 at 9:01
feedback

cvsdude has free plan. Very limited though.

link|improve this answer
feedback

Code spaces has a free option. It's limited, but I have simple needs so I've been happy with them.

link|improve this answer
Not free since autumn last year I think. Basic account is rather cheap (2.99$/month) and it offers 1GB space and unlimited number of projects. – Robert Koritnik Oct 27 '10 at 8:54
feedback

You might want to check out origo. They offer a subversion repository, a wiki and an issue tracker.

It is free for both open source and closed source (private) projects.

link|improve this answer
feedback

Most hosts with cpanel have a compete control panel for setting up SVN. If you want dead-simple, that's it.

Setting up your own repository is a rewarding experience. It will also prepare you for all the headaches you're bound to encounter when you have to do your first branch merge. I would recommend you taking the time to familiarize yourself with subversion.

link|improve this answer
feedback

I like xp-dev, They provide SVN repository. I tryed Assembla but I didn't like when they requested me to upgrade from a free to a paid plan.

They said in the e-mail that I didn't need to ugrade my plan, but I wouldn't be able to work in the space nor commit to the repository.

So, if you don't want to expend money, DON'T subscribe to Assembla services. You can read an excerpt from the mail they sent to me here:

"DO I NEED TO UPGRADE EVERY SPACE? No. On the upgrade page, we ask you to make a decision about all of your spaces. This is not required. You can upgrade an individual space by selecting the space name and navigating to the Admin tab.

WHAT HAPPENS TO UNSUPPORTED SPACES? After January 9 we will restrict access to private, unsubscribed spaces. This is not an emergency. We are not going to expose your information, and we will not delete your data or cut off your access. On January 9, we will put unpaid private spaces into a read-only mode. You will not be able to work in the space or commit to the repository. You will be able to log in and see your data and download exported repositories or data for the next six months."

link|improve this answer
feedback

Don't forget to check out Bazaar, a cross-platform, distributed revision control system which is easy to learn as a first system, and easy for CVS and Subversion people to use. It can act as a front end for Subversion repositories, and it's also insanely easy to work with in terms of branching and merging when compared to Subversion or CVS.

It's slightly slower than git, but it's also cross-platform and runs excellently on both Linux and Windows systems, and it has a very active community behind it.

link|improve this answer
I agree (having chosen Bazaar finally) but you don't answer the question. An answer would have pointed to Launchpad, for example (what other sites with Bazaar support?). Or the fact that FTP support makes Bazaar work on any site. – PhiLho Mar 14 '09 at 18:43
feedback

http://www.codespaces.com has a 500MB FREE plan with unlimited repositories.

link|improve this answer
Not any more. But it does have a 2.99$/Month plan for 1GB and unlimited projects. I'm using it for more than a year and I worked well all the time. When I had to renew I was considering other options but decided to stay with CS since I was really satisfied and it is rather cheap. – Robert Koritnik Oct 27 '10 at 9:02
feedback

Your Answer

 
or
required, but never shown

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