Real-world use of Mercurial with a Team Foundation Server?

前端 未结 8 2253
天命终不由人
天命终不由人 2021-01-29 19:18

My shop uses TFS & is generally happy with it with the exception of the lack of local repository commits/reverts. I\'m starting to use Mercurial locally myself to help manag

8条回答
  •  难免孤独
    2021-01-29 19:20

    I'he just put together a small tool, HgTfs, which tries to accomplish the goal of syncing Mercurial and TFS repositories. It's really simple and and has only three commands: clone, pull and push. Here is my Bitbucket repo:

    https://bitbucket.org/thepretender/hgtfs

    There is also a blog post describing the workflow and usage scenarios (actually, wiki pages are just parts of this blog entry):

    http://www.olegtarasov.me/Post/2013/07/Mercurial-to-TFS-bridge-(hgtfs)

    The code is hacky, but it seems to get the job done. I would really appreciate any feedback or forks :)

提交回复
热议问题