I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected \'Save password\'. Now every time I do
There are several places on Windows where SVN will place cached credentials depending on system configuration. Read SVNBook | Client Credentials.
The main credential store is located in %APPDATA%\Subversion\auth
and you can run svn auth command to view and manage its contents.
You can also run cmdkey to view the credentials stored in Windows Credential Manager.
If your SVN server is integrated with Active Directory and supports Integrated Windows Authentication such as VisualSVN Server, your Windows logon credentials are used for authentication, but they are not cached. You can run whoami to find out your user account name.