Re: Monotone on Github?

Markus Wanner <[email protected]> Wed, 11 Apr 2018 17:10:37 +0200
Newsgroups gmane.comp.version-control.monotone.devel
Message-ID <[email protected]>
Hi,

On 04/10/2018 09:17 AM, grarpamp wrote:
> Not really thinking of non self hosting.
> Just a simple commit mirror with project page pointing to
> wherever is authoritative, github ticketing need not be enabled.

I somewhat recently published an export here:
https://github.com/mwanner/monotone

Graydon has an older snapshot here:
https://github.com/graydon/monotone

both have been exported via the git export feature. The problem with
that is: incremental updates are not supported.

> Mostly to satisfy searches made on github, let people play
> readonly with it via local git clones till they get serious and
> go mtn, attracting more devs / debugs / users, gain some
> global search index rank via github, etc.
> The meta benefits of doing so.

That's why I tried the export.

However, I think all of that requires incremental updates. Otherwise
you're annoying your users by having to throw away and re-fetch the
entire repository.

Kind Regards

Markus Wanner