Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does TortoiseSVN save password cached files in Windows 7? [duplicate]

Where does TortoiseSVN save password cached files in Windows 7?

I found c:\users\USERNAME\AppData\TSVNCache directory, but it is empty.

like image 220
Afshar Mohebi Avatar asked Apr 08 '10 08:04

Afshar Mohebi


People also ask

Where does SVN save passwords?

On Windows, the Subversion client stores passwords in the %APPDATA%/Subversion/auth/ directory.

What is TortoiseSVN status cache?

TortoiseSVN cache process checks repository checkouts for changes and displays nice overlay icons in Windows Explorer. Instead of disabling the cache, you can optimize the paths where TSVNCache.exe looks for repositories so it only actually looks at working copies and not your whole disk(s) drive(s).

Where are TortoiseSVN settings stored?

The per-user Registry values - HKEY_CURRENT_USER\Software\Tigris.org\Subversion key. The per-user INI files - %home%\AppData\Roaming\Subversion\config (a.k.a. %APPDATA%\Subversion\config) Command-line options.


2 Answers

In c:\Users\USERNAME\AppData\Roaming\Subversion\.

like image 166
Laurynas Biveinis Avatar answered Oct 06 '22 16:10

Laurynas Biveinis


%APPDATA%\Subversion\auth

It is documented in the TortoiseSVN Help document file (CHM)

like image 26
ee. Avatar answered Oct 06 '22 15:10

ee.