vote up 6 vote down star
6

There are many free online services which provides you with large spaces to store your personal materials, mails, etc. But is there any place that can let us host our code - which keeps the change history?

Google Code or SourceForge may not be a ideal place because it requires creating a project which is specific and useful to others, while what I want is a place to hold any kind of code which I think is useful but may not be for anybody else.

flag

1  
If it is not useful to others, why put it online at all? Use SVN on your local computer, it doesn't require even having a server process to operate locally. – n0rd Apr 9 at 11:56
1  
I believe it is safer and more convenient to access from multiple places, ie, office and home – DebuggingNow Apr 9 at 12:24
I think the word you are looking for is "private". – Oscar Reyes Jun 1 at 17:29

16 Answers

vote up 9 vote down check

You can get free GIT and SVN hosting at unfuddle.com

link|flag
vote up 0 vote down

come on guys don't you see that he is interest only in hosting online some fragments of code like some functions etc not full projects and also not public but private. Of course it is possible with each and every solution you all said in your posts but it is not exactly what he was looking for . You all replied like spammers and is that's funny

So why don't you just use http://gist.github.com/

as someone already mentioned

link|flag
vote up 2 vote down

projectlocker is also a good alternative for free Subversion, Git hosting..

link|flag
vote up 1 vote down

You can also get free, private SVN hosting at http://beanstalkapp.com/. Their 100MB package is free.

link|flag
vote up 0 vote down

I've used CodeSpaces for over a year now and never had a problem. I'm a new user so I apparently can't post links...

link|flag
vote up 2 vote down

Google Code link.

link|flag
vote up 3 vote down

It's all about Github. 300 MB repository for free. Nice interface, easy to use. Plus we all know GIT > SVN :)

link|flag
vote up 0 vote down

There are even online code editors available (well, a kind of, that project is still in the development phase).

Linky: https://bespin.mozilla.com/

link|flag
vote up 0 vote down

I've used http://planetsourcecode.com/ to store all sorts of bits of code. Users even upload entire applications.

link|flag
vote up 2 vote down

http://codeplex.com is where MS provides open source source control via Team Foundation Server.

link|flag
vote up 4 vote down

BitBucket allow for public and private Mercurial repositories.

link|flag
vote up 1 vote down

How about http://cvsdude.com/ which paid or http://xp-dev.com/ which is free.

link|flag
vote up 0 vote down

CVSDude does free 2M subversion repository, you can also use CVS if you pay.

link|flag
1  
Paying for CVS over SVN seems a bit.. backwards – dbr Jun 1 at 17:32
true, but we don't always get to choose out tools – MrTelly Jun 4 at 2:12
vote up 0 vote down

http://www.svnhostingcomparison.com/

link|flag
vote up 0 vote down

You can host private projects on DevjaVu is you want to use Subversion.

link|flag
vote up 2 vote down

Github has Gists that might work for you. Also, Snipplr.

link|flag

Your Answer

Get an OpenID
or

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