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

2.8k Views Asked by At

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!

5

There are 5 best solutions below

3
On BEST ANSWER

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.

3
On

Check out http://bitbucket.org for Mercurial.

0
On

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

0
On

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.

0
On

At long last Bitbucket can now also be used for online editing for both public as well as private repositories (free and paid both).