This is an OpenPGP/MIME signed message (RFC 2440 and 3156) Matthieu Moy wrote:
> Thomas Arendsen Hein <thomas@xxxxxxxxxxxxx> writes:
>
>> You can simply put your .hg directory on a plain http server and use
>> 'hg clone' or 'hg pull' on it. But this will be slow for larger
>> projects.
>
> But this requires a shell account on the server, or at least an
> NFS-like mount of it, isn't it?
>
Not really, you can upload the .hg directory with usual FTP.
You just won't be able to push to it. (meaning more uploading for you)
Alternatively: it should be possible to push through WebDAV. I've never
tried it.
Bundles are better. The best is a combination of bundles (say, for
milestones) with plain HTTP repository (from which people are expected
to pull after unbundling if they want the bleeding edge and/or latest
fixes).
--
GPG Key id: 0xD1F10BA2
Fingerprint: 96E2 304A B9C4 949A 10A0 9105 9543 0453 D1F1 0BA2
AstralStorm
signature.asc
Description: OpenPGP digital signature
|