Book a Demo

Author Topic: TFS Connector broken in v17.1  (Read 29089 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
TFS Connector broken in v17.1
« on: September 09, 2025, 08:52:39 pm »
In v17.1.1713 we get the following error when a file has been checked out

Quote
Error while initializing Version Control provider:

TFS reports the following error:

Warning - Unable to refresh Test TFS.xml because you have a pending edit.
Warning - Unable to refresh C:\Users\Geert.bellekens\source\repos\Test TFS.xml because you have a
pending edit.

The result is that EA is now disconnected from TFS

It looks like this is caused by a change in the way EA "refreshes" the TFS files.
In v15 it issues the command:

TF.exe get

whereas in v17 EA it does

TF.exe get . /recursive /force   /noprompt

I'm guessing the /force parameter is the problem here.
Not sure why the implementation of the TFS connector has been changed, but it definitely is completely broken in version 17.1.1713

Reported

Geert

PS I had to censor the actual commands issues by EA in order to get this topic to be posted.