Subversion Externals with differing passwords
We are using an svn external to link to another repository that uses a differring username and password. This works fine on the desktop as we are prompted for these details.
However in Team City I can't see a way to specify an additional user name and password for these externals. Is this possible?
Thanks
David
Please sign in to leave a comment.
I have managed to work around the problem by running the build agent and web server as Administrator.
I then login as Adminstrator and connect to the external repository using repo browser and make sure I save the credentials.
The build agent will then use these saved credentials to connect to the external repository. All Done.