Questions tagged [team-explorer-everywhere]

Microsoft Visual Studio Team Explorer Everywhere is a set of tools including a plug-in to Eclipse IDEs that provides access to Team Foundation Server and includes a cross-platform command-line client for access to TFS.

Microsoft Visual Studio Team Explorer Everywhere is a set of tools that provide cross-platform users access to the Application Lifecycle Management functionality of Microsoft Team Foundation Server.

Team Explorer Everywhere ("TEE") includes a TFS plug-in to Eclipse IDEs that enables integrated source control, work item tracking and team build functionality, as well as access to documents and reports. Also included is a cross-platform command-line client for command-line access to TFS source control.

A Team Foundation Server SDK for Java is also available for developers to build custom Java-based tools that can take advantage of the ALM functionality of TFS.

Team Explorer Everywhere is available as a free download.

109 questions
12
votes
4 answers

Can I store a Mac OS X Alias in Team Foundation Server without breaking it?

I'm currently developing an iPhone App and my company uses TFS 2010 for source control. We're using Team Explorer Everywhere as an Eclipse plugin to handle source control on the Mac and for other projects (like a C++ project we recently did) it…
Tom Kidd
  • 12,830
  • 19
  • 89
  • 128
8
votes
1 answer

How do you create new windows workspace with TFS command line client that is running on unix

How would I work with the TFS command line client that is running on a aix/unix box to run the tf commands. For example I'm unable to create local windows workspaces that connect to the tfs version control folders that are on a windows server. The…
6
votes
4 answers

Missing Project in the Java Build Path - Projects settings

There are two java projects imported into Eclipse workspace: MainProject SecondProject The MainProject is required on the build path of the SecondProject. Before I have migrated the source code of both projects to our Team Foundation Server, the…
Dime
  • 2,041
  • 3
  • 23
  • 29
6
votes
2 answers

Connect to visualstudio.com from Team Explorer Everywhere CLC

I'm trying to connect from Team Explorer Everywhere command line client on Windows to a Team Foundation Service project at visualstudio.com, but I get "access denied" messages. The username and password I'm passing are definitely correct, and are…
idlemind
  • 686
  • 8
  • 17
5
votes
2 answers

Team Explorer Everywhere with Eclipse authentication

I'm using Team Explorer Everywhere with Eclipse. When I try to check-in my changes I get the following error: Access denied connecting to TFS server myServerAddress (authenticating as myComputerName/myUser) I tried to use CrossPlatformCommandLine…
sinisha
  • 1,013
  • 13
  • 30
4
votes
1 answer

Git Repositories missing from Team Explorer Everywhere when connecting to Azure DevOps 2019

I've connected Eclipse 2018-12 with the latest version of Team Explorer Everywhere to a project on my Azure DevOps 2019 Server RC2. When I go to Team Explorer and connect to my Project I do not see the "Git Repositories" menu option. The only…
Beakster
  • 348
  • 1
  • 12
4
votes
1 answer

Internal error while accessing GIT repository from RSA 9.1 using TFS plug-in

I am able to connect to GIT server from RSA 9.1 using the TFS plugin.However, while accessing the Git repositories, I am getting the following internal error: An internal error occurred during: "Loading section 'All Repositories'".…
RDP
  • 41
  • 4
4
votes
1 answer

How do I enable TEE eclipse plugin on linux to clone a git repository in TFS 2013?

I have a TFS 2013 server setup in a windows active directory domain that hosts a git repository team project called "TestGit2". Windows clients are able to communicate with it just fine through visual studio and web access. On a Ubuntu linux client,…
Tom
  • 1,179
  • 12
  • 28
4
votes
3 answers

eclipse tfs plugin won't connect to tfs server

We have the TFS server installed and running at http://myhost:8080/tfs/web/. I've installed the Eclipse TFS plugin and updated Eclipse to 4.2 However, when I try to add a TFS server in the Team Explorer perspective, I get "The server myhost failed…
Gary Kephart
  • 4,860
  • 5
  • 39
  • 52
4
votes
1 answer

File is marked as Ignored by TFS everywhere plugin, but in fact it is not

While adding for the first time files to TFS2012 some of them where suggested to be ignored (like .dll's, exe's etc.) In fact some of those suggested to ignore files I need in TFS. So I've explicitly removed them from the ignored list and added them…
Dime
  • 2,041
  • 3
  • 23
  • 29
4
votes
1 answer

Using Android project with Team Foundation Server 2010 and branching. Is there a simpler way?

This is what I did. If there is a better way please reply. Make sure all developers have installed Android SDK & Tools in the same paths. Install the Eclipse TFS plugin from Microsoft. Link at the time of this writing is:…
4
votes
2 answers

Intellij TFS plugin and TEE using different workspaces

I'm attempting to sync Intellij's built in TFS plugin workspace with the one used by TEE's command line 'tf' command on OSX Mountain Lion and failing miserably. This question appears to be very similar to mine, however it has no reference to what…
4
votes
1 answer

AppCode workspaces and TFS command-line client tool

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…
zero7
  • 1,298
  • 8
  • 14
3
votes
3 answers

Team Explorer Everywhere - Remove Ignored files from Pending Changes

Is there any way to remove pending changes from the Pending Changes list in Team Explorer Everywhere for TFS? I've added a .tpignore file to my project, and I'm excluding certain things that I don't want in source control (build, WEB-INF, etc).…
beardedd
  • 371
  • 2
  • 6
  • 14
3
votes
1 answer

Add existing Android Studio project to VSTS

I have an existing Android project developed in Android Studio using Kotlin. It's not yet under version control. I'd like to add it to Visual Studio Team Services in a new classic TFVC project, not a Git project. Can anyone explain how to do this,…
Andy Johnson
  • 7,938
  • 4
  • 33
  • 50
1
2 3 4 5 6 7 8