If you have saved your SVN credetials in eclipse and want to reset it then we can follow the below process -
Check your subclipse settings:
1. If it uses JavaHL:
Windows: USER_HOME/Application Data/Subversion/auth
Linux: ~/.subversion/auth
OSX: ~/.subversion/auth
For a Windows system the path for Subversion would be -
C:\Documents and Settings\Administrator\Application Data\Subversion
From here we need to remove the ‘auth’ folder and restart the eclipse. So the next time you try to take an update of your project, it will ask for your SVN credentails again.
2. If it uses JavaSVN:
Remove your .keyring file (somewhere in the ECLIPSE_HOME)
