I got a project in TeamCity 7.1.1 for which I defined a VCS root. The VCS root is an external SVN server from which I would like to checkout. The project in the repository contains an svn:external to our internal SVN server.
The credentials for the external SVN server are different than the credentials for the internal server. This means that I can not set "Externals support" to "Full support".
The TeamCity documentation states that I should use the same password or should not use a password at all for my externals. This isn't the best option.
Is there a way to configure that for a specific repository a specific set of credentials is used always? Or any other workaround? Thanks!