Reputation: 5971
I get an "svn: authentication cancelled" error message when I try to commit my project in phpstorm? Do I need to configure phpstorm in some way, or subversion?
edit: There also appears another error message: not logged into subversion {"some guid"}
Upvotes: 8
Views: 6939
Reputation: 137
Make sure your path is set correctly in Settings->Version Control->Subversion
I had incorrect path and took me a while to notice
Upvotes: 0
Reputation: 316
This usually happens when we unfortunately enter and save incorrect credentials to svn in JetBrains WebStorm environment.
Follow these steps:
Go into Settings | Version Control | Subversion and hit the button -> clear your authorization cache followed by OK.
Next, you will need to select Invalidate Caches/Restart.
Hopefully, that should fix the problem, as you will get the login screen again.
Upvotes: 3
Reputation: 401995
Did you try to click on the "not logged" error message to get a dialog where you can enter the credentials?
Upvotes: 4
Reputation: 37566
Are you using a Password at all? if no rechecking out the repository helps sometimes.
Upvotes: 1
Reputation: 308763
I think you just need to provide credentials to Subversion.
Go into Settings->Version Control->Subversion and hit the button to clear your authorization cache. Subversion should prompt you for a username and password.
If that doesn't work, maybe this describes your solution.
You aren't the first to encounter this problem. Cut & paste your message into Google and see what it brings back.
Upvotes: 6