I just installed TeamCity 7.1.4a over a working 7.1.2 installation. All of my SVN roots are now failing with 403 forbidden
errors. SVN is logging that attempts from TC are now anon(ymous)
and not using the configured SVN User/PW in TeamCity that's been working fine.
I don't see anything in the change log for 7.1.4 that would cause this. If I back-rev the installation 7.1.2 works fine.
Server is Win2k3. VisualSVN Server.
Update --
Looks like a configuration issue. Looking at the logs, the older version of TeamCity was logging in as System
not the SVNuser
configured in the TC VCS Root UI. TeamCity has a known issue where this could happen, but I do not have Anonymous logins allowed in VisualSVN so not sure why it's happening.