You are hereSubversion
Subversion
Subversion saved credentials
Windows:
C:\Documents and Settings\user\Application Data\Subversion\auth\svn.simple\
C:\Users\user\AppData\Roaming\Subversion\auth\svn.simple\
Linux:
~/.subversion/auth/svn.simple
Delete the file will clean the saved credentials. Then you can login with another account.
Change subversion repository
1. find out the current repository url:
$ svn info Path: . URL: https://ipaddress/svn/project Repository Root: https://ipaddress/svn/project
2. use svn switch to change the URL
$svn switch --relocate https://ipaddress/svn/project http://ipaddress/svn/project


