online private source control system
Asked Answered
C

7

33

I am looking for a private online source control system. Basically what I want is a private version of Google Code or SourceForge. Private in the sense that only me and the person I invite can view the source code. The source code in the source control should not be exposed to search engines or other people without the proper viewing rights.

I prefer to hold the source code on other servers, not on my machine. I don't want to handle all the database maintenance and backup and things like that. In exchange for this I don't mind to pay a monthly access fee for this.

Any ideas?

Clackmannan answered 19/10, 2008 at 12:15 Comment(0)
S
26

Atlassian's BitBucket just announced Git repositories last week. Bit bucket allows unlimited private repositories for free. You need to pay if you want more than 5 users.

Stormystorting answered 7/10, 2011 at 1:8 Comment(0)
B
17

A vote here for Unfuddle

The free offering has 200mb and unlimited (numbers of) git/svn repositories within that 200mb.

Bidwell answered 19/10, 2008 at 12:20 Comment(1)
Looks like the free option is gone now :(Ori
A
10

Assembla - for Subversion - www.assembla.com. Free Subversion / Trac

Ayeaye answered 19/10, 2008 at 13:13 Comment(3)
Assembla now supports DVSCs: Git & MercurialAmericium
is not free anymore. Just for students is freePhenocryst
@Duncan, now it's back to free!!Clackmannan
I
8

A friend of mine recently told me about bitbucket by ATLASSIAN

This is a great one, including their free plan version.

Immunotherapy answered 5/10, 2011 at 17:8 Comment(0)
L
4

GitHub can do that (with a paid-for account).

Longs answered 19/10, 2008 at 12:17 Comment(0)
G
2

I know this question has been posted a while ago. But, how about this:

If you're developing from a Windows machine, download the Google Drive client and sync your Google Driver folders on your local machine. Within those synced folders, create one called repository or something.

Then using git, you create a bare repository in that folder. Or in Bazaar, a repository with no-trees. This will create a repository that will not contain the actual working files, but just keep the revision history. This has the advantage of saving disk space as well as letting you pull and push from/to it like a centralized repo.

And since it is within your Google Drive synchronized folders, it will be backed up on Google drive and synced. And you can allow access to your folders using email addresses.

Guarani answered 22/7, 2013 at 19:41 Comment(0)
N
0

For Subversion I use DevjaVu.

Nerti answered 19/10, 2008 at 12:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.