Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseSVN how do you Disable/Enable TSVNCache.exe via Command Line?

I'm trying to disable (and enable) TSVNCache in a BAT Script, is it possible? or do I need to kill it? Thanks.

like image 515
user1229895 Avatar asked Apr 19 '12 07:04

user1229895


People also ask

How to clear cache in TortoiseSVN?

In Windows, there is an option (in TortoiseSVN → Settings → Saved Data → Authentication Data) to clear stored credentials in the last version.

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).

What is TSVNCache EXE?

TSVNCache.exe is an executable file that belongs to the TortoiseSVN, an Apache SVN (Subversion) open-source, centralized version control system client. This file runs a process that keeps track of clipboard data in order for it to be easily accessible.


1 Answers

In a Windows Explorer Window, right-click on any file, then go to TortioseSVN->Settings->Icon Overlays->Status Cache and set it to None.

tsvncache.exe will immediately exit and not run again.

like image 189
Bryan Legend Avatar answered Sep 27 '22 19:09

Bryan Legend