Skip to content

[#1638] Document SVN credential caching requirement#2025

Merged
bbatsov merged 1 commit into
masterfrom
feature/1638-svn-credentials-doc
Jun 20, 2026
Merged

[#1638] Document SVN credential caching requirement#2025
bbatsov merged 1 commit into
masterfrom
feature/1638-svn-credentials-doc

Conversation

@bbatsov

@bbatsov bbatsov commented Jun 20, 2026

Copy link
Copy Markdown
Owner

projectile-svn-command runs non-interactively (its output is piped), so svn can't prompt for credentials - which is what caused the "no more credentials" error in the issue. As you suggested in the thread, this just documents in the docstring that credentials need to be cached up front for authenticated remotes.

Closes #1638.

The command is run non-interactively (piped), so svn can't prompt for
credentials. Note in the docstring that they must be cached up front for
authenticated remotes, which is the cause of the "no more credentials"
error reported in the issue.
@bbatsov bbatsov merged commit bd9796d into master Jun 20, 2026
10 checks passed
@bbatsov bbatsov deleted the feature/1638-svn-credentials-doc branch June 20, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Projectile find file results in "unable to connect to a repository at url, no more credentials" in svn project

1 participant