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

前端 未结 8 2128
天命终不由人
天命终不由人 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:41

    I know that some people have used hgsubversion with the Subversion bridge. I don't know how well it worked, and I've never had to use TFS.

    As far as I'm aware, there's no "more native" bridge than using TFS -> Subversion Bridge -> hgsubversion, but I've also heard that it works fairly well. My extremely limited understanding of TFS suggests that its internal model should be similar enough to Subversion for things like hgsubversion to work really well.

提交回复
热议问题