Archive for the ‘Problem’ tag
Clearing AnkhSVN Saved UserName/Password/Authentication Data
Recently we started using Subversion in our office. We are using VisualSVN Server because it has a nice administration interface, where we can manage user and their rights.
TortoiseSVN is an awesome subversion client, but to have subversion features integrated to our Visual Studio IDE we found two useful plugins VisualSVN and AnkhSVN.
Since AnkhSVN is free and it stable (at least for me) we preferred using it.
The Problem
When you open a project from Subversion repository AnkhSVN will prompt you to authenticate (If you have turned on security in your subversion repository). Once you enter your username and password and check the save password it will not prompt again.
Now what if you change your password? I googled about this for two days but didn’t find any solution. Luckily today my boss found this.
The Solution
The authentication data is saved to the following directories
%APPDATA%\Subversion\auth\svn.ssl.server
%APPDATA%\Subversion\auth\svn.simple
Deleting all the files inside these folders will solve the problem. After deleting these files AnkhSVN will prompt you for username and password once again.
I am currently writing a small Visual Studio Add-in that will help you clear these information from within Visual Studio.
Dell XPS M1330 – Make Multimedia Keys To Work With iTunes
I just now installed iTunes 64-Bit on my vista and noticed that the multimedia keys only work when the itunes main window is in focus, which is very irritating.
After a little bit of googling I found out this post and his solution works. This is what you have to do to fix this issue.
Download this plugin: (I uploaded the plugin to my site, just in case if the author removes it)

