简体   繁体   中英

TFS on mac OS X

I'm front-end developer and I'm using Sublime on MAC OS El Capitan as my development tool. I'm changing my job and the new company has a TFS source control. I used TFS on Windows before but lately I was mainly on git. I hope to find the best way to use TFS on MAC.

So far I discovered several options:

  1. GIT-TF - this seems like a very popular solution in 2012, regretfully all tutorials are for MAC OS Lion and I'm not sure if this is still the right way.

  2. I read that you can enable GIT support in TFC project but as I'm not TFS administrator I'm not sure If this means to recreate the project or it's just an option that our admins can activate.

  3. There is Sublime TFS plugin, have anyone tried it.

  4. Perhaps there is more options but I can't figure out which one is the most appropriate for my case

It looks like you're trying to get a better understanding of TFS. To asses TFS, the easiest thing to do it to create a free account for Visual Studio Team Services .

The account is free for up to 5 people and you can create multiple repositories, using both Git or Team Foundation Version Control (TFVC). Since the service is hosted for you, it doesn't matter which operating system you use, you just access a website.

To push code from MacOs, consider using VS Code, a multi-platform code editor. Many non Microsoft programmer IDEs have extensions for TFS, for example Eclipse. Any tool that interacts with Git can be used, and also the command line.

Note that TFS and Team Foundation Services are one and the same thing - one is offered on premise and one is hosted for you in the cloud.

  1. Should still work.

  2. No need to recreate the project but need to use at least TFS 2015 (surely the update 1) to be able to create git repository in the same project than an existing TFVC repository. But source code won't be shared.

With so heavily bound to Windows systems on MAC I would go for Parallels. It's a virtual machine on which you can install Windows and have TFS. It's very sweet that you already have shared folders setuped. All check in/check out would be from there. You even can run the project from there, serving it on localhost and navigate it from MAC. And this is not everything. It has a coherence mode (I hope i wrote it right) which makes all windows windows to look like mac windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM