Sharing Mercurial repository between desktop and laptop using TortoiseHg -


we use bitbucket managing our source code. there small team of developers access repository. have changes happy commit local repository don't yet want share other developers, able share between 2 dev machines. there easy , safe way synchronize repositories on 2 machines without pushing bitbucket.

it seems there is, given nature of distributed version control. suspect obvious answer many; still moving mindset on svn world.

thanks, matthew

two options use:

  • make private repository on bitbucket account , use that, too.
  • use flash stick or external hard drive.

you share directory or use hg serve link directly between 2 computers while on same network. above 2 because 1 machine @ home , other @ work.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -