(Manual duplication for darcs-devel)
Now that we have our own repo hosting page (hub.darcs.net based on
darcsden) we can mitigate this problem. I can see 3 approaches:
* Since the "zip export" patch (
<http://hub.darcs.net/darcs/darcs-screened/patch/20140516190946-5ef8f>
), we can a "Download ZIP" button to the repository pages of
hub.darcs.net to grab the latest working copy.
* Since the marksfile support for fast-export which is now part of darcs
itself, we can maintain (read-only) git mirrors of darcs repositories.
* We could embed some javascript code in hub.darcs.net, that grabs the
pristine root hash of any repository and enables the user to download
the current working copy of some repository. (Is this realizable in
javascript?). This would have the advantage of not requiring extra space
on the server side.
|