Reputation: 8042
My Subversion password changed. In Netbeans, it always submits the old one. When the Authentican failed screen comes up, I enter my new password and leave the "Save Username and Password" box checked. However, the next time I need to do something, it still gives me the authentication failed message.
How do I get it to forget the old password and remember the new one?
Upvotes: 1
Views: 3950
Reputation: 25380
You can go to Tools -> Options -> Miscellaneous -> Versioning -> Subversion
and set your new password there (maybe it helps to remove the url from history?).
But a better way to reset your connection is to remove the connections config file. To do this:
<application data>/NetBeans/7.3/config/svn/config/auth/svn.simple
Upvotes: 4