CLion 2018.1 Help

Authenticating to Subversion

The Subversion server does not require user authentication on every request. When you use Subversion integration in CLion, you only need to answer the authentication challenge of the server if it is required by the authentication and authorization policies. Upon successful authentication, your credentials are saved on disk, in ~/.subversion/auth/ on Unix systems or <USER HOME>/.subversion_IDEA on Windows and macOS.

When an authentication challenge comes from the server, the credentials are sought for in the disk cache; if the appropriate credentials are not found, or fail to authenticate, you are prompted to specify your login and password.

If necessary, you can opt to delete all credentials stored in the cache for the http, svn and ssh+svn protocols.

To delete credentials from disk

  1. Open the Settings / Preferences Dialog by pressing Ctrl+Alt+S or by choosing File | Settings for Windows and Linux or CLion | Preferences for macOS, and click Version Control.
  2. Open the Subversion settings page and click the Clear Auth Cache button.
Last modified: 24 July 2018

See Also