svncontinuous-integrationteamcityteamcity-8.0

TF400324: Team Foundation services are not available from server - TeamCity 2018


I have a repository on my company's svn server.

Now, I want to setup TeamCity with it.

When I enter Repository Url, It gives error.

Failed to connect to TFS root: TF400324: Team Foundation services are not available from server 
https://repository.somedomain.net/svn/[projectName]/trunk/
Technical information (for administrator): The underlying connection was closed:
Could not establish trust relationship for the SSL/TLS secure channel.

enter image description here

How can I solve this issue? is it possible to setup TeamCity with this type of repository?


Solution

  • The problem is that you select TFS in TeamCity, but the URL points to a Subversion repository. If this is a Subversion repositories, you should select Subversion in TeamCity.

    TFS and SVN are different version control systems.