How to remove the stored username and password from SVN in windows 7?
Once I was asked to give my desktop to someone else and I just stucked at this question that how that guy will commit the code to server as it is having my username and stored password.
Then after some struggle I was able to get the answer with the help of http://stackoverflow.com/ and the solution was pretty clear and detailed that normally SVN keep these kind of data in one specific folder is as:
C:\Users\USERNAME\AppData\Roaming\Subversion\
So whenever you face this kind of solution please have a look into this folder and remove the files as they are storing the information that you wanted to delete.
Make sure that when next time you are going to commit or update the code the SVN will ask for the username and the password for the same.
Enjoy learning :)