What is the best way to integrate TFS version control

后端 未结 6 1834
终归单人心
终归单人心 2021-02-07 04:56

Working on implementing TFS throughout our organization. It is easy to integrate with .NET projects and any platform that uses Eclipse or a derivative of Eclipse f

6条回答
  •  情书的邮戳
    2021-02-07 05:42

    The biggest problem with this is that Xcode only runs on OS X and TFS client tools only run on Windows. If you're host operating system in OS X and you have a Windows virtual environment running locally (like Parallels or VMFusion) then you could use Team Explorer or the command-line tools to work with the repository.

    But this is a lot of work just to use a really dated version control system. If you don't have to use TFS I would probably use SVN or something else with native OS X support.

提交回复
热议问题