sharing mercurial with another user

Dave S snidely.too at gmail.com
Wed Dec 26 21:26:33 UTC 2012


(ref <http://selenic.com/pipermail/mercurial/2012-December/044801.html>)

> To quickly share with someone on the same local network for a limited time, you can fire up `hg serve` in your repo.
> It's not intended as a permanent server process, but it works for quick code-sharing.

If the other person doesn't need to run mercurial directly (as in a
person who is getting code from you once in a while, but isn't
checking anything in), the
   "hg archive"
command can be helpful.  If they do need to check-in, or to have the
occasional update, giving them a tar or zip of a local clone could
work, with
  "hg export"   (on your side)
  "hg import"   (on their side)
used to send the updates.  Since this is a much more manual method, I
would not use for a situation where there was a lot of sharing.

/dps

-- 
test signature -- please apply at front gate on Tuesdays only.



More information about the Mercurial mailing list