Luke
Luke

Reputation: 5971

Commit fails: svn: authentication cancelled

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

Answers (5)

edocabhi
edocabhi

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

touchStone
touchStone

Reputation: 316

This usually happens when we unfortunately enter and save incorrect credentials to svn in JetBrains WebStorm environment.

Follow these steps:

  1. Go into Settings | Version Control | Subversion and hit the button -> clear your authorization cache followed by OK.

  2. 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

CrazyCoder
CrazyCoder

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

CloudyMarble
CloudyMarble

Reputation: 37566

Are you using a Password at all? if no rechecking out the repository helps sometimes.

Upvotes: 1

duffymo
duffymo

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

Related Questions