When configuring Subversion source control integration in BuildMaster, I enter in the subversion URL, username, password, then clicking the "test connection" button I get this error:
"Unable to connect. svn: E125001: Can't determine the user's config path"
The BuildMaster application pool is running under the "NetworkService" Identity in IIS.
When switching the BuildMaster application pool Identity to be my user the connection to subversion works fine. However I would like to keep the build master application pool running on the NetworkService Identity.
Are the any permissions I need to assign to the NetworkService to enable BuildMaster to connect SVN?