team-explorer-everywhere

Unable to delete project files from local TFS repository in Eclipse

寵の児 提交于 2021-01-29 10:44:20
问题 Project files are take by TFS ( Get Lates Version , Import Project , Check out for Edit -Prevent ...).Then " Undo Pending Changes " are applied.When I want to delete project from my local tfs repository( Connect to TFS Server ->Right click on the project -> Delete -> Delete project contents on disk is checked ->OK ) an error comes out and I cannot apply the delete operation: Delete Source An exception has been caught while processing the refactoring 'Delete Source'. Reason: Problems

Is there a way to change the Eclipse plug-in Team Explorer Everywhere login and password?

扶醉桌前 提交于 2020-01-11 12:32:35
问题 A new developer installed the TEE plug-in into Eclipse. Because he hadn't yet been granted access, he borrowed my login and username. Now that he has been granted access, is there a way to go back and change to using his credentials instead of mine? I couldn't find any way to do it; there doesn't seem to be any option within Eclipse, under Windows->Preferences->Team or anywhere else. The last resort I can think of is to completely uninstall and reinstall the plug-in, but I'm not even

what's the best way to checkout from TFS to eclipse using TEE?

孤人 提交于 2019-12-24 01:49:24
问题 I'm developing a QNX app (thus I'm using an old version of Eclipse-CDT C++ etc.). Up until now I've been checking out with TFS and then importing the project files to the workspace via Import->General->ExistingProject; this means I can build/debug etc, but I've only had TFS functionality available via TeamExplorer from the TFS perspective. If I import the same projects to a different workspace via Import->Team->TFS then I have extra TEE functionality but I can't build/debug etc. So, what's

Do not automatically pend some additions in TFS plug-in for Eclipse

浪子不回头ぞ 提交于 2019-12-13 02:55:22
问题 I am using TFS plugin for eclipse, i want to make my \bin (It's an Android Project) folder's changes not reflected in TFS, we can say it as "unbinding" or "making it offline". Is that possible by Eclipse TFS plugin 回答1: The terminology used by most source control providers, including TFS, is ignored . The TFS plug-in for Eclipse will honor Eclipse's "derived resource" settings, which is resources that are built from the rest of the project resources. That is to say that your bin directories

exclude bin folder from Team Explorer Everywhere

北城以北 提交于 2019-12-12 09:17:31
问题 How can I exclude the bin folder from Check in and Check Out from TFS version control in the TFS plug-in for Eclipse? 回答1: The bin folder should already be ignored by TFS unless everywhere is configured differently. Do possibly mean that the bin folder is already checked in and you don't want to manipulate it any more? If that is the case simply delete the bin from tfs and it will stop prompting you for check out/check in. Bin folders typically are not under source control 回答2: You can use a

Which source control can be used to get code from TFS apart from TFVC?

吃可爱长大的小学妹 提交于 2019-12-11 07:58:35
问题 I merged 2 branches and there are no conflicts. I saw that there are no conflicts and immediately unchecked the auto resolution of conflicts. I merged the branches again and still there are no conflicts. After I opened the pending changes, I saw this. I think there should generally be a button or link for conflicts. But there is no such thing. I have a lot of conflicting code. It is just keeping my version whenever I think there should be a conflict. Can somebody tell me in their experience

AppCode workspaces and TFS command-line client tool

拈花ヽ惹草 提交于 2019-12-10 16:35:26
问题 I can create a workspace with AppCode and successfully can check in and out of TFS. This is all good.But when i use the Cross-platform Command-Line Client for TFS and try to see these workspaces i created with AppCode, i am getting back "No local workspaces found". AppCode does not really create a workspace then because according to msdn the name of the workspace owner and the name of the computer on which the workspace is used are stored in Team Foundation Server. I have other applications

Team Explorer Everywhere warning in Eclipse

只谈情不闲聊 提交于 2019-12-08 13:48:27
问题 I am using Eclipse Juno with TEE for Android development and storing my source code in Team Foundation Service. When doing development or running code I get the following error in Eclipse console under "Team Foundation Server Messages": The source control folder tree could not be refreshed. See the program log files for error details. What should be done to resolve this error? Where are the program log files mentioned above? Update: I checked the logs through Help >> Team Explorer Support.

TEE 2012 does not check out files automatically

久未见 提交于 2019-12-02 00:45:23
问题 I have TFS Server 2012 SP1. Eclipse 3.6.2 (Helios Service Release 2). TEE 11.0.0.201211191425 I see a complete team menu, I can check-out and check-in files manually. However if I just start editing a file it will not be checked out automatically :( as it did with 2010 before updates. I have tried to change settings to "Display progress while checking out" and "Prompt before checking out" - no effect. "Detect changes..." functionality does not work either. Only if I close the project and then

TEE 2012 does not check out files automatically

落花浮王杯 提交于 2019-12-01 22:14:35
I have TFS Server 2012 SP1. Eclipse 3.6.2 (Helios Service Release 2). TEE 11.0.0.201211191425 I see a complete team menu, I can check-out and check-in files manually. However if I just start editing a file it will not be checked out automatically :( as it did with 2010 before updates. I have tried to change settings to "Display progress while checking out" and "Prompt before checking out" - no effect. "Detect changes..." functionality does not work either. Only if I close the project and then open it again, the modified file will be checked out automatically (only once). wtf??? UPDATE: The