tfvc

How to have TFS 2010 detect changes done to files outside of Visual Studio?

橙三吉。 提交于 2019-11-27 06:02:01
I'm using Team Foundation Server 2010 with Visual Studio 2010. Whenever I modify a file outside of Visual Studio, TFS doesn't seem to detect the change done to the file, and thus doesn't offer me the option to check-in the file after it has been modified. How can this be solved? Edward Thomson If you have a network connection to your server while you're working outside of Visual Studio, it's probably best to go ahead and check the file out before editing it, either using the tf command line client, or using the Windows Explorer shell integration that's available in the TFS Power Tools release.

Visual Studio 2015 TFS .tfignore file

ε祈祈猫儿з 提交于 2019-11-27 05:24:20
I want to ignore a folder (and its content) in a visual studio 2015 solution from beeing checked-in into tfs. I created a file called '.tfignore' in the root of the project that is containing the folder I want to exclude. The content of the file looks like this: /Dist This is not working at all. Even if I add *.cs to the file, nothing gets excluded. Does somebody know where the problem is? How do I wire this up in a working way? PatrickLu-MSFT First, please make sure your .tfignore file created without any problem. This file does not have any suffix. One way to create it suggest you to rename

What's the difference between git-tf and git-tfs?

*爱你&永不变心* 提交于 2019-11-27 05:09:43
问题 I've recently been getting really fed up with TFS. I've heard that there is a light at the end of the tunnel though. Apparently I can use either git-tf or git-tfs and treat my code as if it was managed by git, but be able to push/pull to/from a central TFS server. My main question is I'm not sure which one of these I should use. There is git-tf which is officially supported by Microsoft, and there is git-tfs which has been around a lot longer. What's the differences between these and which

How do I permanently exclude the bin and obj folders from TFS 2012 checkin?

风流意气都作罢 提交于 2019-11-27 02:04:09
问题 I mucked around with TFS settings and I accidentally included the bin and obj folders for TFS 2012 checkin, and even checked them in already. I don't want this because these files change often and aren't meant for inclusion. I've checked What happened to "Exclude from Source Control" in VS2012. The accepted answer doesn't work because the bin & obj folders and the DLLs inside those folders don't appear in the "Promote Candidate Changes" list, even after excluding them. The second most popular

Moving files lose history in TFS 2013

穿精又带淫゛_ 提交于 2019-11-26 20:56:45
问题 I'm using VS2013 Update 4 with TFS 2013 Update 4. In Source Control Explorer, whenever I move a file from one folder to another I can see that the file's history is preserved in the new location. However, that history is gone when I check-in the pending changes. The same thing happens when I try to run "tf move" command. So, how can you move a file in TFS and still keep the file's history? 回答1: When a file is renamed correctly, the History is not "Gone", it's associated to the "old name"

Visual Studio 2015 TFS .tfignore file

拜拜、爱过 提交于 2019-11-26 09:58:45
问题 I want to ignore a folder (and its content) in a visual studio 2015 solution from beeing checked-in into tfs. I created a file called \'.tfignore\' in the root of the project that is containing the folder I want to exclude. The content of the file looks like this: /Dist This is not working at all. Even if I add *.cs to the file, nothing gets excluded. Does somebody know where the problem is? How do I wire this up in a working way? 回答1: First, please make sure your .tfignore file created

How to have TFS 2010 detect changes done to files outside of Visual Studio?

两盒软妹~` 提交于 2019-11-26 08:45:55
问题 I\'m using Team Foundation Server 2010 with Visual Studio 2010. Whenever I modify a file outside of Visual Studio, TFS doesn\'t seem to detect the change done to the file, and thus doesn\'t offer me the option to check-in the file after it has been modified. How can this be solved? 回答1: If you have a network connection to your server while you're working outside of Visual Studio, it's probably best to go ahead and check the file out before editing it, either using the tf command line client,