Bitbucket, Assembla.. or what?
Asked Answered
S

6

15

So, after a while of researching what SVN system should I use, I end up creating a project in Google Code.. thing is, that ANYONE can have access to my repository, and is NOT what I want :)

So, I'm looking for a "private Google Code" code hosting web.

I found out that Bitbucket and Assembla are good, but.. any opinions?

Thank you!

Soinski answered 14/6, 2010 at 17:45 Comment(0)
C
5

Keep in mind, BitBucket utilizes Mercurial for Source Control, NOT Subversion. Granted, Mercurial might be a nice step up to use and learn, but that's a discussion for another answer. Also, BitBucket will limit you to one, free, private repository.

I've used Assembla in the past and they've been okay, nothing particularly special.

There is also the option of running your own Subversion server, which can be extremely easy on Windows by using VisualSVN Server. Sign up for a dynamic-dns account, and you can easily point a hostname back to your home computer.

Lastly, I just noticed, but my Dreamhost hosting account comes with the ability to create Subversion repositories, and it's pretty cheap and comes with a domain name.

Cayes answered 16/6, 2010 at 13:24 Comment(3)
The problem with VisualSVN is that VisualSVN Client is not a standalone installation, it needs to be installed over Visual Studio, and.. I'm using Flex (Actionscript)Soinski
You don't need to use the VisualSVN Client with the Server part, it's just available if you want it. I'm more of a TortoiseSVN guy anyway.Cayes
Bitbucket uses also Git for source control.Enwomb
A
2

Assembla has changed over the years. The integration of the ticketing tool and the SCM tools is far more extensive than in past years. Now there is Code Review and Merge Requests for git that allow you to share code between branches or repositories. Soon SVN will also have these functionalities.

With 30 day free trials, there is little to lose. You can even get a free svn repository without the other tools to keep your code private, but for the $9/month, I think the ticketing tool is well worth the money.

Axillary answered 8/9, 2012 at 16:55 Comment(0)
H
2

The question seems old but still important.

I just (August 2017) subscribed to Deveo SVN Hosting and it's great:

  • Unlimited users, projects and repositories
  • No repository size limit
  • Free up to 1GB, after that 1€/GB/month
Haemagglutinate answered 20/8, 2017 at 21:38 Comment(0)
F
1

No SSL, max 2 devs, max 200MB, rock solid.

http://unfuddle.com/about/tour/plans

Fayola answered 7/11, 2011 at 17:37 Comment(0)
C
0

If you want a private SVN repository, you'll most likely need to pay (at least a little) for the service.

There are many commercial SVN hosts - most do a fairly good job. I've personally had very good luck with wush.net, which is inexpensive and allows you to setup encrypted only access to SVN (and Trac, if desired), restricted to specific users.

Crater answered 14/6, 2010 at 17:51 Comment(0)
B
0

Beanstalk offers a limited free account:

We also offer a FREE account with 3 users, 1 private repository (Git or SVN) and 100 MB of space.

Buck answered 14/6, 2010 at 17:55 Comment(1)
I've just visited this link, and coming from StackOverflow, Beanstalk offers 20% of discount for the first month of service. Interesting, but still a bit expensive IMHO.Galactose

© 2022 - 2024 — McMap. All rights reserved.