I'm trying to set up versioning on a project using SVN. The project directory can be updated with svn update. If the SVN auth cache is empty, svn CLI prompts to accept invalid HTTPS certs, then prompts for credentials and caches them. After that, no prompts occur for svn update.
So, versioning should work without specifying credentials, per the docs, right?
If credentials are not provided, the versioning plug-in will rely on the default Subversion configuration for the current user.
The actual result is the svn: E170001: Authentication required error.
I'm trying to set up
versioningon a project using SVN. The project directory can be updated withsvn update. If the SVN auth cache is empty,svnCLI prompts to accept invalid HTTPS certs, then prompts for credentials and caches them. After that, no prompts occur forsvn update.So,
versioningshould work without specifying credentials, per the docs, right?The actual result is the
svn: E170001: Authentication requirederror.