-1

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?

GOPAL SHARMA
  • 657
  • 2
  • 12
  • 37

1 Answers1

1

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.

bahrep
  • 29,961
  • 12
  • 103
  • 150