How can I make svn command line client to forget the login credentials on windows (sliksvn)?

To make it forget the current credentials:
The credentials are cached somewhere in %APPDATA%\Subversion\auth Check the files in there to decide where to check, or remove all the files.

To make it stop remembering the login info:

  1. Edit %APPDATA%\Subversion\config.

  2. Set store-auth-creds=no

Leave a Comment