vote up 14 vote down star
19

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

flag

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. – mgb Mar 4 at 23:34

13 Answers

vote up 13 vote down check

Give a look to :

link|flag
+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) – ttobiass 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 at 23:09
Yep, you're right, I haven't noticed, answer updated... – CMS Mar 4 at 23:22
show 1 more comment
vote up 0 vote down

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

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

link|flag
vote up 1 vote down

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

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|flag
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 at 18:43
vote up 1 vote down

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

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

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

link|flag
vote up 2 vote down

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

link|flag
"Version control with a human face" lol@ that tag line Thanks for the tip. Looks like a nice offer – ttobiass Jan 10 '09 at 16:10
vote up 2 vote down

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

cvsdude has free plan. Very limited though.

link|flag
vote up 1 vote down

There's also OpenSVN

link|flag
vote up 5 vote down

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

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

Your Answer

Get an OpenID
or

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