You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm not sure to understand the scenario here. If the credentials are not provided, the versioning plugin won't be able to ask them from the user, not like when using the command line.
Can you detail a bit more the scenario of your issue, that'd help me a lot, thanks !
I'm trying to set up
versioning
on a project using SVN. The project directory can be updated withsvn 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 forsvn update
.So,
versioning
should work without specifying credentials, per the docs, right?The actual result is the
svn: E170001: Authentication required
error.The text was updated successfully, but these errors were encountered: