Is any way to setup multiple svn repositories
Hi,
I am trying to build a project in TeamCity which has some maven dependencies on other projects stored in another svn repository for which I have different user name/password.
Is any way to setup a user name and password in TeamCity version control settings for the second repository?
Many thanks in adavnce,
genia
Please sign in to leave a comment.
Hi,
Finally I found an easy solution, not ideal though.
I checked out the project manually on a TeamCity Build Agent machine, then svn remembered my credentials and does not require them anymore.
cheers,
genia
Hello Evgenia,
Unfortunately, TeamCity doesn't allow to specify credentials for the externals explicitly. The current approach for providing credentials for externals is described here: http://confluence.jetbrains.net/display/TCD7/Subversion#Subversion-AuthenticationforSVNexternals
This should work for checkout on server mode, but for checkout on agent, this indeed requires caching of the externals credentials per each build agent machine.
Regards,
KIR