FREE subversion/git repository hosts for private use.

Any other tech-related topics
Post Reply
Message
Author
User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

FREE subversion/git repository hosts for private use.

#1 Post by guinness »

I was wondering could anyone recommend a FREE hosting provider for subversion or git usage? A couple that have stood out to me have been www.assembla.com and www.cloudforge.com. I know sourceforge and github are two very powerful sites, but this is for private use only and not the public domain.

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Re: FREE subversion/git repository hosts for private use.

#2 Post by freakazoid »

Try bitbucket.org.
is it stealth? ;)

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: FREE subversion/git repository hosts for private use.

#3 Post by guinness »

freakazoid wrote:Try bitbucket.org.
Oh awesome. I thought this was just for open source projects, never thought to re-check it. Thanks, as I am only looking at a couple of users accessing the repo.

Edit: I would prefer svn, but I know git is probably something I should transition to.

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Re: FREE subversion/git repository hosts for private use.

#4 Post by freakazoid »

Git is awesome. You can also use svn with git, kinda. Check out the "git svn" command.
is it stealth? ;)

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: FREE subversion/git repository hosts for private use.

#5 Post by guinness »

freakazoid wrote:Git is awesome. You can also use svn with git, kinda. Check out the "git svn" command.
Will do.

I will use TortoiseGit by the way, as I have been using TortoiseSVN for a couple of years now.

User avatar
SYSTEM
Posts: 2044
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: FREE subversion/git repository hosts for private use.

#6 Post by SYSTEM »

With Git you don't even need a hosting provider: http://www.git-scm.com/book/en/Git-Basi ... Repository

Having used both VCSs, I prefer Subversion myself. Among other things, it's nice that commits have sequential numbers instead of SHA-1 hashes.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Re: FREE subversion/git repository hosts for private use.

#7 Post by freakazoid »

SYSTEM wrote:With Git you don't even need a hosting provider: http://www.git-scm.com/book/en/Git-Basi ... Repository
True, but a hosting provider is good for a backup and there's that phenomenon of social coding via pull requests.
is it stealth? ;)

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: FREE subversion/git repository hosts for private use.

#8 Post by guinness »

I am looking at doing a collaboration with a couple of people and you know I don't won't to fork out for a dedicated cloud server with svn until we have got the ball rolling.

Post Reply