Mercurial on AppEngine
jmuk
jun.mukai at gmail.com
Tue Dec 9 10:14:51 CST 2008
I updated this, including some bug fixes.
Now it can store/provide branch information. And removing repository is now
available :)
BTW, I am a bit confused about branches. How/when should we show branch
information via web interface?
-- Jun Mukai
2008/12/4 jmuk <jun.mukai at gmail.com>
> Hello,
>
> I think definitely some guys already tried similar things, but I cannot
> find them now, so...
> I am pleased to announce that I "ported" Mercurial into Google AppEngine.
> http://hg-repos.appspot.com/
>
> This is clone of hgwebdir, but works purely on AppEngine framework. I
> mean, no external repository or external servers are needed.
> Because Mercurial can push/pull via HTTP, you can
> create/manage/push/pull/view your hg repository in AppEngine.
>
> If you're interested in, check it out!
>
> I also prepared (a bit) detailed FAQ.
> http://hg-repos.appspot.com/static/faq.html
>
>
>
> caution: Google AppEngine has many restrictions onto the applications like
> bandwidth, cpu time, data storage size or so on.
> Because of those restrictions, huge size of repository (such like hg
> itself) is not suitable to AppEngine. You cannot push/pull 6000 changes at
> once :(
>
> caution2: This must have bugs and lacks some functionalities. For
> example, I didn't implement branches at all. If you find bugs and loss of
> functions, please let me know.
>
> with best regards,
> -- Jun Mukai
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20081210/de00c0e0/attachment.htm
More information about the Mercurial
mailing list