Recommendation for code hosting of personal projects [closed]

半城伤御伤魂 提交于 2019-12-03 08:14:50

I have many personal projects at Google Code. It's easy to use, and lets other people find and use my code.

For minor personal projects (mostly projects I show off on my web site), I actually use Dropbox. It's got what I need for my own needs:

  1. I can work on my code on several machines (it syncs files across machines.)
  2. I can access my files through the web (it has a web interface.)
  3. If I need to go back to an old version of a file, or restore a deleted file, I can do that through the web interface (it stores a revision every time the file is modified, and it's easy to see a list of versions and download them or choose to replace the current version.)

It's also got support for making part of the structure public, so that others can download the latest version of the code. You can even share the folder so that others with Dropbox can modify the files.

Check it out!

I'm very happy with Assembla for my personal stuff. They offer all kinds of version control and project management tools (SVN, Git, Trac, etc). It's free for public projects (though there is a storage limit for these) and they offer rather affordable private plans (which I like a lot for managing my personal stuff with tickets, wiki etc).

Well, there's 2 problems here. 1) What to use for SCM, and 2) Where to host your project. I'd settle on a SCM system first, then choose a host that you like which supports your provided system. As for personal preference, I like SVN, and have been hosting projects at google code lately. Google code is kind of new, and not super feature-rich, but isn't too bad as far as hosts go.

Mercurial (and Git I believe) has a built-in web interface that easily links to your repository and allows you to host the code yourself. It provides a customizable web interface for code browsing, and allows other to clone a repo from your site instead of from SFEE. Additionally, you can set up password protection to allow a certain set of users to check into each repository.

Check out this link to see how to host repositories using Apache, and this link for Mercurial info in general.

Justin Kelly

http://bzr.bz (my project) does private bzr + trac hosting

  • its not free but its cheap
  • perfect for personal projects etc.. that are not open source

I can't believe nobody as mentioned Github yet! Github offers free git hosting for open source projects, and paid hosting otherwise.

Beanstalk offers free SVN hosting, but with a Diskspace limit of 100MB and only 3 users. You can pay to have it upgraded.

Both of these are good choices (Depending on whether or not you like Git/SVN of course), and are obviously globally accessible via the internet.

It might be a late answer by now, but personally I recommend http://repositoryhosting.com/

They offer SVN/GIT/HG hosting with Trac support, WebDAV, unlimited projects/unlimited users for 6$ a month.

I've tried other providers (assembla, github and even tried to put it on my own server), but this deal beats all competitors. I was even able to put it on my own subdomain.

Their interface is a bit minimalistic, but it does the job very well.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!