tfs

Git to TFS 2008 one way migration (with history)

China☆狼群 提交于 2020-01-01 04:48:06
问题 I'm a newbie to Git. I'm exploring one-way one-time migration of Git repository to TFS (with history). I'm looking into plugin git-tfs. I couldn't find any help/wiki/blog on this particular scenario. Can I use git-tfs checkin or git-tfs clone command in this case? Any examples would be great!! Thank you!! 回答1: I was able to do it on test repository. Big thanks to Ivan Danilov. Here are exact steps: Download zip Unblock (right click file->properties->unblock) downloaded files (win 7 for me)

TFS 2012 .gitignore .hgignore equivalent

不打扰是莪最后的温柔 提交于 2020-01-01 04:26:07
问题 In TFS 2012, there is a new mode for working locally, Local workspace . This is great news: No 'checking out' files No more read-only files and issues when working with files from programs other than VS. No more 'Get latest' not actually getting latest But it also means I'll need a way to tell TFS what files to ignore when monitoring the file system for changes. How is this handled in TFS2012? 回答1: Found the answer myself, by mucking about in the TFS ui. The answer is that it is handled by

Building specific branches on Visual Studio Team Services

故事扮演 提交于 2020-01-01 04:16:14
问题 I have a repository in VS Team Services which is setup as : -root | | -Dev (.sln) | | -Releases | | - Test (.sln) | - Live (.sln) Each build is working fine, however its pulling the entire repo and I just want it to pull a specific branch (Dev, Test or Live) So I'm selecting the Solution.sln file in the dev branch... 回答1: On the Repository tab you can specify your workspace mappings, the default mapping grabs your whole repository excluding the $/project/drops folder. By changing the first

Where is the “Edit build definition” permission in our TFS 2013 installation?

[亡魂溺海] 提交于 2020-01-01 03:59:27
问题 Our environment is a TFS 2013 server (12.0.21005.1 Tfs2013.RTM) which was upgraded from a fresh installation of TFS 2008, with a number of team projects and developers. One thing that our developers regularly need to do is create and edit build definitions. According to both Visual Studio and all documentation I've been able to find, there should be a "Edit build definition" privilege (perhaps along with a few others) which controls access to this. But as you can see in the screenshot, it

Is there workaround for when TFPT is “unable to determine the workspace” and refreshing the cache does not work?

谁都会走 提交于 2020-01-01 03:56:06
问题 I'm having trouble getting TFPT.exe to work at all, even after trying to refresh the cached workspace settings per the usual advice on the internet. See below for a log representative of what I've tried and am seeing. Can anyone explain why "tf get" is able to detemine the workspace, but "tfpt annotate" fails? C:\tfsproj> set tfptcmd="C:\Program Files (x86)\Microsoft Team Foundation Server 2010 Power Tools\TFPT.exe" C:\tfsproj> set tfcmd="C:\Program Files (x86)\Microsoft Visual Studio 10.0

Setting up a workspace using Team Explorer Everywhere on Linux

梦想与她 提交于 2020-01-01 03:20:09
问题 Im having trouble creating a workspace and downloading the files from a Team Foundation Server using the Team Explorer Everywhere command line client (TEE-CLC-10.0.0). I've gotten as far as creating workspace: $ ../tfs/TEE-CLC-10.0.0/tf -login:secretUsername,secretPassword -server:http://secretHost:8080 workspace -new KOLOBI Workspace 'KOLOBI2' created. Then I want to download files from the server to my workspace: $ ../tfs/TEE-CLC-10.0.0/tf -login:secretUsername,secretPassword -server:http:/

TFS 2012 - How can I tell if a changeset was code-reviewed?

时间秒杀一切 提交于 2020-01-01 02:07:22
问题 We recently started using Team Foundation Server 2012 and are using the code-review feature to have other developers review code changes. It seems to work great; however, as a project lead I would like to be able to see that a given changeset has been reviewed by someone else. For example, say Developer Bob makes changes and requests a review on those changes. This generates a shelveset for the changes and creates a code-review work item for the requested review. Developer Alice reviews the

What is the purpose of a shelveset?

偶尔善良 提交于 2020-01-01 01:45:12
问题 I've been using TFS for a while now but as a lone developer I haven't really used its features to its full extent. I've now been tasked with working with a couple of colleagues overseas and we will be using a shared version of TFS. One of their processes is shelving, however im not sure on the how to use this. I decided to have a play, but i'm unsure what to do after creating a shelve set. My process was as follows:- I opened an existing project from TFS that was fully checked in and made a

Without installing Visual Studio can I use Team Explorer or TFS power tools to check-in/check-out files through windows explorer?

戏子无情 提交于 2019-12-31 13:01:27
问题 We need to allow users to check-out check-in files in Windows Explorer. Is it mandatory to install Visual Studio in order to use Team Explorer or TFS Power Tools? What kind of licenses will be needed? 回答1: You can install Team Explorer which is free (but still uses the VS shell), this doesn't require any kind of Visual Studio license: https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/ Then you can install the TFS Power Tools to get the

Without installing Visual Studio can I use Team Explorer or TFS power tools to check-in/check-out files through windows explorer?

一世执手 提交于 2019-12-31 13:01:06
问题 We need to allow users to check-out check-in files in Windows Explorer. Is it mandatory to install Visual Studio in order to use Team Explorer or TFS Power Tools? What kind of licenses will be needed? 回答1: You can install Team Explorer which is free (but still uses the VS shell), this doesn't require any kind of Visual Studio license: https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/ Then you can install the TFS Power Tools to get the