6

I'm using Google Code to host some of my hobby projects. I want to make some of my code private, and unfortunately you can't do this on the Google Code site.

I was looking at Project Kenai but I've read some rumours that Oracle are pulling the plug on that.

What free alternatives are there, which give an SVN repository (although I'm open to alternatives) that will allow me to checkin my code somewhere, but to also allow me to keep some (or all) of it private, ie require authentication to checkout/view

Jimmy
  • 16,123
  • 39
  • 133
  • 213

3 Answers3

3

Check out Codeplex.com as well. I think it let's you create private projects and offer SVN and Mercurial repos.

Franci Penov
  • 74,861
  • 18
  • 132
  • 169
3

you can use www.assembla.com . You can also create a git repository in assembla . Private as well as public repository are supported.

Prabesh Shrestha
  • 2,732
  • 4
  • 29
  • 44
  • @brimborium I am using assembla. It was free until yesterday . Did they change something today ?? – Prabesh Shrestha Dec 04 '12 at 12:36
  • 1
    I just went to their [page](https://www.assembla.com/home) and found out that they actually have a free version with some restrictions. So it is still free. Sorry about the confusing. I heard rumors and did check, but obviously not good enough. ;) – brimborium Dec 04 '12 at 13:16
1

I've always considered Beanstalk to be very good. They have a free trial account.

Thomas
  • 7,933
  • 4
  • 37
  • 45