Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any project hosting with a in-browser code editor like Google Code? [closed]

Google Code Project Hosting recently adapted CodeMirror to allow for quick in-browser editing of code in a repository. This seems extremely useful! Unfortunately not all of my projects are open source.

Are there any other DVCS (Mercurial or Git) hosts that also have this feature but support closed-source projects? In particular, free would be nice (since I'd like to host personal projects with it and be able to tweak them in the browser); I'm a student, so if there's a discount or free mode due to that, that's cool too!

like image 819
Ricket Avatar asked Feb 22 '11 17:02

Ricket


3 Answers

GitHub can do that. There is a “edit this file” button next to each code viewer.

See also the “Edit Online” section on Features / Hosting.

Update (May 2013)

Bitbucket recently introduced a online code editor, just like the one GitHub provides. As Bitbucket also offers free private repositories (up to 5 collaborators) this is definitely a good alternative to GitHub.

like image 111
poke Avatar answered Sep 23 '22 02:09

poke


GitLab version 3.0+ has a web editor now. Follow the installation instruction here. https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md

If the feature does not work, check this one as well.
https://github.com/gitlabhq/gitlabhq/issues/1761

like image 45
Brian Cheong Avatar answered Sep 24 '22 02:09

Brian Cheong


I'm looking for the same thing. So far I've found only the combination of http://c9.io/ (cloud9 ide) and bitbucket (both of them offer free accounts). I haven't tried it yet:

http://blog.bitbucket.org/2011/06/07/cloud9-ide-now-integrates-with-bitbucket/

kodingen.com looks very promising as well but at the time of this writing is in beta and the DVCS are disabled.

like image 31
frif Avatar answered Sep 27 '22 02:09

frif