Sep 042012
Remove SVN client credentials caching
Answer:
svn will store your credentials information at "~/.subversion/auth/svn.simple/" for caching to help you from typing password on every svn commands. In order to clean this cache, you can
# rm -f ~/.subversion/auth/svn.simple/*