up vote 237 down vote favorite
156
share [g+] share [fb]

What good free online SVN repository can be recommended?

I found OpenSVN.csie.org, but the message in red is a bit scary.

link|improve this question

59% accept rate
Do you need to host Open Source code? – Martín Marconcini Sep 12 '08 at 19:32
See also stackoverflow.com/questions/69384/… – Martin Beckett Oct 9 '08 at 21:14
1  
OpenSVN.csie.org is discontinued since 2010/05/15 - I noticed this when I tried to SVN commit today :/ – Laurent May 26 '10 at 7:24
show 2 more comments
feedback

28 Answers

up vote 149 down vote accepted

I like Assembla. It has svn hosting as well as Trac for wiki documentation and bug tracking. The free workspace is good for most projects, but you can pay for more space if you need.

Update: Assembla is not free for private repositories any more. It is very cheap, but not free. They still offer free SVN hosting, but only for publicly viewable repositories.

Update: Assembla now offers free private repositories for 1 month http://www.assembla.com/catalog/tag/free

link|improve this answer
7  
I have used Assembla with great success for real world projects for my clients - the projects are small enough that I don't have to pay and Assembla does not require you to allow anyone else to see your code. I also use it for personal projects and absolutely love it. +1 – Jason Bunting Sep 12 '08 at 19:59
1  
I agree, with Mike, thanks for the link – elmarco Sep 12 '08 at 22:36
1  
However the free private repos come without Trac or any other goodies. – Beni Cherniavsky-Paskin May 27 '10 at 12:53
1  
However, as of 21/Jun/2011, it's no longer free. Your links led me to pages where I did signup successfuly, only to receive notice that I am now in a 30-day trial. – dimitko Jun 20 '11 at 12:18
1  
The Assembla reposity is free. When you signup to the free repository you get a 30 days no cost trial about the Assembla Management Tools. If you want to keep the tools (there are good tools), you have to pay for it after the trial, but the repository itself still free until you upgrade it. – myself Nov 17 '11 at 19:40
show 7 more comments
feedback

I personally have no complaints with Beanstalk. Simple and free.

link|improve this answer
I've had good luck with Beanstalk as well... – Dscoduc Mar 5 '09 at 0:26
BeanStalk is cool and you get 100MB for free – A9S6 Jun 8 '09 at 12:49
5  
They no longer offer free plans. I've moved to Bitbucket. – brianegge Dec 20 '10 at 12:35
1  
That was a bizarre analogy. – Alex Ford Apr 7 '11 at 7:37
3  
As of 21/Jun/2011, I am not seeing free accounts anymore. Only free trials. – dimitko Jun 20 '11 at 12:20
show 7 more comments
feedback

Unfuddle has a free plan and if you want more, you can pay ;-)

http://unfuddle.com/

link|improve this answer
1  
I recently switched from DevGuard.com to Unfuddle.com. I have a pay account on both, but Unfuddle has a free plan and some great tools in addition to Subversion and Git repositories. – Brian Kelly Dec 28 '08 at 13:45
1  
unfuddle looks very good – Derek Dec 16 '09 at 23:43
Thanks so much exactly what I was looking for. – Paul Whelan Nov 17 '10 at 8:14
very cool I sign up and start the repository in less than 2 minutes – rob.alarcon Aug 4 '11 at 23:15
feedback

Sorry for resurrecting a seemingly dead question, but bitbucket.org is now offering unlimited public and private repositories for all its plans. And that is awesome.

link|improve this answer
9  
It must be added, this is for mercurial (hg) source control only. – David Freitas May 6 '11 at 12:17
4  
it has support for git now too – gion_13 Oct 17 '11 at 13:16
feedback

XP-Dev. It looks kind of nice and a good alternative to Assembla, now that it makes your code public if you don't pay.

The guy that made it talks about it in Free Subversion Hosting.

link|improve this answer
1  
Yes I've used it - and had no problems at all with it. – robintw Jan 22 '09 at 14:57
1  
Just to add to this... I used XP-Dev to actually do a full blown project including the SVN feature and it worked a treat! +1 – James Dec 27 '09 at 15:08
been using XP-Dev for a long time and love it – Sam Mar 9 '11 at 23:03
feedback

ProjectLocker has free Subversion hosting, with unlimited repositories and a 300 MB quota. You can also use Git if you prefer, and all repositories come with Trac.

Disclaimer: I work for ProjectLocker.

link|improve this answer
Seams nice, will give a try. – Amr ElGarhy Jan 24 '10 at 12:14
1  
I'm just checking out the various suggestions on this page and ProjectLocker, in my opinion, has the least attractive looking webpage. I know it's shallow but it did make me check out unfuddle first.. – TomA Feb 9 '10 at 0:05
Same here, the website looks pretty bad and the web interface for managing repos is just as bad. I still use it, though, they give a lot of space for free. – Rafael Vega Sep 19 '10 at 20:57
Can't recommend ProjectLocker. I paid for a repo with PL for about a year, switched to unfuddle (a FREE private svn service) and never looked back as unfuddle turned out to be faster and I've yet to have ANY problems creating/deleting/re-creating repositories whenever I want. I recall having quite a few issues with PL. – Crusader Oct 14 '10 at 4:40
Can you have someone add a login link to the homepage please ? – RN. Sep 15 '11 at 12:34
show 1 more comment
feedback

I'll have to agree - RiouxSVN is a kinda awesome service. It's free but you'll want to donate cash anyway.

To stay on topic. Yes it is free, it seems to intend to always stay free and yes - free private repos.

link|improve this answer
1  
I just found this service and love it. Prefect for people new to SVN as well! Donated within the first hour of using it. – Jesse Nov 24 '10 at 6:51
feedback

bitbucket.org provides Mercurial hosting (a distributed alternative to SVN). Now it provides 1 private project and many public for free (may be space limitation is present).

link|improve this answer
Looks like a really good deal. At the time of this comment, it provides unlimited storage, unlimited public and private projects, issue tracking, wiki, api support, custom domains, & downloads. Projects of free accounts are limited to 5 users. – Chadwick Nov 18 '10 at 6:35
This is not SVN but it's really nice website – Dragouf Sep 4 '11 at 17:58
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

How about CodePlex - Open Source Project Hosting

link|improve this answer
codeplex isn't technically subversion hosting. It uses Team Foundation Server for version control. It does use SvnBridge to allow you to use subversion clients to access the repository, but it isn't incredibly straight forward. – NerdFury Sep 13 '08 at 1:33
feedback

I've been using the pay-level service at ProjectLocker for a year and have been very satisfied. They also offer a free level that includes SSL, up to 3 users, and 300MB of storage. Git, and Trac are also included.

link|improve this answer
Just to clarify, the free level includes 500mb, not 500gb. I got pretty excited when I first read this. – cmptrgeekken Jul 10 '10 at 21:48
I've seen free services more reliable, unfortunately (ex. unfuddle). The only catch is 200mb vs 500mb, but I'm only at about 10-15% storage use with over 10 repositories... – Crusader Oct 14 '10 at 4:42
feedback

I've been very happy with Unfuddle. There's also CVSDude (CVS or SVN).

link|improve this answer
feedback

I use freepository. There are 300 MB for free use. If you want more, you can pay for it ... usage is not so easy (but free :)

link|improve this answer
feedback

I tried XP-Dev.com and did not enjoy the experience. I then went through some of the aforementioned SVN hosting providers (private, and preferrably free of charge), and found that Unfuddle is now my free, private, reliable, and easy-to-use SVN hosting solution. Thank you to Johan who made the suggestion of trying www.unfuddle.com. Finally, an off-site solution to my small development team needs.

I also hear that www.svnrepository.com is a great bang for your buck, especially for more advanced and/or larger development teams.

link|improve this answer
feedback

Bitbucket provides free SVN and I think also Git hosting for private projects and unlimited repositories and I think five users. I was also searching for it some days ago and was previously using Unfuddle; it also have all this but two users only. And I personally think that for SVN and Git hosting for private projects for free, Bitbucket is the better choice.

The URL for Bitbucket is https://bitbucket.org/.

link|improve this answer
feedback

I tried both, and I prefer Beanstalk to OpenSVN, as I experienced it as much faster.

link|improve this answer
feedback

http://www.assembla.com now offers free, privately permissioned, encryption enabled, unlimited user, full gigabyte, commercial quality subversion and git repositories. Check it out.

link|improve this answer
2  
NOT free for private as of when I checked, 12/15/2010. The free account is public and viewable by anyone. – Michael Dec 15 '10 at 18:58
1  
I just created a free account and I cant seem to view it without a login so I think you missed a security setting there... – ROAR Dec 31 '10 at 19:59
feedback

RiouxSVN is totally FREE and private.

link|improve this answer
Only 20 mb storage? – DMan Feb 5 '11 at 1:06
Actually upgraded to 50MB. – Jonathan Rioux Mar 15 '11 at 14:56
RiouxSVN is always down, I think that is subject of continuos DDoS attacks... I vote for Assembla – Andrea Turri Aug 30 '11 at 14:13
feedback

Google Code has SVN support.

Of course, all code checked-in can be viewed by the world, so forget doing closed source projects.

That said, if your project is open-source, it's the business; I've found it to be a very high quality project management system.

link|improve this answer
26  
I agree that Google Code is a good service, but the title specifically says "private." – Steve Johnson Jul 23 '09 at 3:35
7  
But not private. – Pete Montgomery Jul 27 '09 at 15:07
2  
Also not accessible if you live in or are likely to work from Syria, Cuba and a bunch of other places. – detly Dec 17 '09 at 7:39
3  
Free online PRIVATE svn, what part didn't you understand? – davidnr Feb 2 '10 at 14:36
1  
I don't understand why you posted when you had nothing to add. – xxxxxxx Feb 13 '10 at 3:29
show 2 more comments
feedback

XP-Dev.com.

  • Free
  • Unlimited users
  • Private or public Subversion repository
link|improve this answer
feedback

Kenai offers unlimited private Git, SVN and Mercurial repositories.

link|improve this answer
feedback

I think Berlios has been around for a while

link|improve this answer
1  
is it private ? – xxxxxxx Feb 13 '10 at 3:47
1  
Think it's for Open Source projects. I wouldn't recommend placing any private code on a free service. – epatel Feb 13 '10 at 8:40
feedback

Good old sourceforge.net seems to have SVN (beside CVS).

link|improve this answer
feedback

http://www.devjavu.com is really nice as well.

link|improve this answer
2  
As of November 2nd, devjavu has closed their free plan. – Dan Walker Nov 11 '08 at 3:10
feedback

I've been using http://www.hosted-projects.com/ for a while. Not free, but pricing is very reasonable (starts at $7/month), it's got a decent amount of space, and support emails are always answered very quickly. I've been very happy with them and had no problems at all.

(I'm not affiliated with them in any way, just a happy customer)

link|improve this answer
feedback

http://svn2ftp.com has a basic package for free hosting. Also does FTP uploads to your webserver on commit

link|improve this answer
feedback

If you're looking for free project hosting with integrated issue tracking I think Unfuddle is the best option. Because for private hosting Assembla only offers a one tool option. So only source control or the management tooling but not both.

I wasn't neccesarily looking for free hosting. So in the end I decided to go for Assembla's $9 Starter plan. Main reason is that I liked their agile stand up tooling and the ability to link to tickets in commits. I could not find that capabilities with Unfuddle. Their management tooling is a bit more rudimentary.

I did consider Bitbucket as one of the first though. But I could only find a premature and abandoned Mylyn connector for Bitbuckets issuetracker. After checking most of the suggestions here I signed up for trials at:

  • XP-Dev
  • Assembla
  • Unfuddle

At first look I liked what XP Dev claimed. So that's where I signed up first. But the awfully slow response times of the webinterface was quite frustrating. It took seconds for pages to respond. With that I probably understand what Marty McGee means with 'the experience'. This was enough reason for me to abandon the XP Dev option as well.

link|improve this answer
feedback

Sourcerepo.com (also known as svnrepository.com) - a reliable SVN / Git and issue tracking hosting for small money. Some time ago I chose them because they provide all-in-one solution with Redmine - the best free alternative to JIRA. There were no serious outage the last two years, and the support is also OK.

All hosting plans include:

Repositories:

  • SVN
  • Git
  • Mercurial

Issue tracking:

  • Redmine
  • Trac
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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