vote up 20 vote down star
24

Can people recommend an good free online SVN repository?

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

flag

51% 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/… – mgb Oct 9 '08 at 21:14
See also stackoverflow.com/questions/1999/… – Philibert Perusse Oct 9 '08 at 21:24
And again stackoverflow.com/questions/35465/… – Philibert Perusse Oct 9 '08 at 21:24

20 Answers

vote up 15 vote down check

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.

link|flag
1  
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
This looks like an interesting site. I have signed up to check it out. – Mike Wills Sep 12 '08 at 20:22
I agree, with Mike, thanks for the link – elmarco Sep 12 '08 at 22:36
vote up 17 vote down

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

link|flag
I've had good luck with Beanstalk as well... – Dscoduc Mar 5 at 0:26
BeanStalk is cool and you get 100MB for free – Abhimanyu Sirohi Jun 8 at 12:49
vote up 10 vote down

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

http://unfuddle.com/

link|flag
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. – spilth Dec 28 at 13:45
vote up 8 vote down

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|flag
Can't beat Google Code. +1 – Voyagerfan5761 Dec 5 '08 at 19:41
1  
I agree that Google Code is a good service, but the title specifically says "private." – Steve Johnson Jul 23 at 3:35
2  
But not private. – Pete Montgomery Jul 27 at 15:07
vote up 3 vote down

What about XP-Dev? Anyone tried it? It looks kinda 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 here.

link|flag
Yes I've used it - and had no problems at all with it. – robintw Jan 22 at 14:57
vote up 2 vote down

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

link|flag
vote up 2 vote down

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

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

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

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 5 users, and 500gb of storage. Git, and Trac are also included.

link|flag
vote up 1 vote down

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

link|flag
As of November 2nd, devjavu has closed their free plan. – Dan Walker Nov 11 '08 at 3:10
vote up 1 vote down

How about CodePlex - Open Source Project Hosting

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

I may be a homer with this but I just wouldn't trust it if its free and not an open source project.

link|flag
1  
I didn't see areasonm for the down-wote, hence +1 – Mohit Nanda Jan 22 at 13:25
vote up 1 vote down

http://code.google.com/hosting/

you also get the option to hide the source.. :)

link|flag
1  
Where is that option? – Serhat Özgel Nov 17 '08 at 14:18
I disagree: groups.google.com/group/google-code-hosting/… – Pete Jul 23 at 3:53
vote up 1 vote down

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

I think Berlios has been around for a while

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

I use http://www.svnrepository.com/

link|flag
svnrepository.com doesn't provide free repository hosting (any more?). They only have commercial plans on their site. – Bert Huijben Apr 16 at 10:18
vote up 0 vote down

Is there anyway to dump an SVN tree to a new repository?
Otherwise once you have started committing to one of these you are pretty much stuck when they go bust or increase their prices or whatever?

edit. There is a way of copying a remote repository using svnadmin dump and import it into a new repository with svnadmin load.
There is also a remote svn dump utility but I haven't used it.

link|flag
You can always export/checkout from svn and then import/add files into another repository, so you wouldn't be locked to one provider. – Andy Mar 6 at 22:23
1  
If you do this, then you lose your revisions. Which is one of the reason for a SVN. – Tao Zhyn Mar 7 at 0:23
Great point Tao. Do you have any suggestions on how to move a repository from one provider to another and keep the revisions? – Mark Jun 18 at 7:50
vote up 0 vote down

www.xp-dev.com

free unlimited users private or public svn repo

link|flag

Your Answer

Get an OpenID
or

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