svn authorization failed

2

I do:

svn ci filename

and get:

svn: Commit failed (details follow):
svn: Authorization failed

Why don't I get a prompt for username and password?

Details: I am the administrator of the project on sourceforge. I did svn checkout without problems. Doing this didn't help, too: svn ci -m '' --username=myusername. Again, this username is the admin of the project. On Windows I can commit by using ssh dsa.

cyborg

Posted 2011-11-01T19:36:57.637

Reputation: 246

Thanks a lot, this answer was of great help. Although I had to svn co svn+ssh://myname@repository_url – None – 2012-12-05T17:35:33.790

Answers

2

The problem was solved by doing checkout again, this time from a svn+ssh://url instead of svn://url. (I tried svd sw --relocate unsuccesfully)

cyborg

Posted 2011-11-01T19:36:57.637

Reputation: 246

1

Needed me hours to fix it.. Open View 'SVN Repositories' under "Windows/Show View/Other" in the View, open the Project Right-click: 'Location Properties' Under URL change the 'svn://' to 'svn+ssh.//', like cyporg mentioned Finish, give login, and it should work again, without new checkout :)

Kirei

Posted 2011-11-01T19:36:57.637

Reputation: 11