Visual Studio 2013 + TFS = Slow

前端 未结 3 1670
庸人自扰
庸人自扰 2020-12-24 07:08

I am using a recently re-installed laptop with SSD. I am using Visual Studio 2013 with TFS.

My problem is that I need to wait for about 20 - 25 seconds when I\'m st

3条回答
  •  别那么骄傲
    2020-12-24 07:27

    The problem with TFS is that it completely integrates with your IDE.

    I suggest using GIT. You can convert your project from tfs to git using various tools for example git-tfs, see https://github.com/git-tfs/git-tfs/blob/master/doc/usecases/migrate_tfs_to_git.md

    There is also a blog post about one who does this: https://chriskirby.net/blog/migrate-an-existing-project-from-tfs-to-github-with-changeset-history-intact

提交回复
热议问题