I while ago we upgraded to IntelliJ 6. We hade used the subversion integration in IntelliJ 5 before for almost a year without any problems, but after the upgrade to IntelliJ 6 the problems started...
Everytime a user changes his password, IntelliJ 6 can no longer log into the repository. This happens for all users that change their password. (And no, they don't type in the wrong password). Idea pops the credentials dialog, user enters the correct credentials but idea never logs in.
The strange thing is that users have no problems with TortioseSVN or IntelliJ 5, the login works fine with the new passwords there.
We are using svn 1.3 (and didn't do a upgrade when intellij 6 asked us) with nt auth on the svn server.
Have tried everything. Reinstalled IntelliJ 6, removed subversion-settings directories, removed IntelliJ6 directories....... No luck.
The problem is with the NTLM-authentication. Recently we upgraded to win2k3-domain controllers, and it seems like when you change the password something happends that makes the NTLM-authentication in svn4idea break. Possibly it isn't compatible with NTLM v2? Anyway we hacked svn4idea.jar and switched to basic authentication instead. Attaching the file here if somebody needs it.
Jetbrains, please comment on this! It's a serious bug and really breaks the svn-integration!