-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Description
I have a process that modifies a lot of files in the Workspace. The problem is that each time a file is modified, a background Job named "Refresh SVN status cache" is executed, and it slow down my process drastically.
It would be great if there exists a preference that allows to enable/disable this Job. This way, previously to execute my process, I disable the Job, and once ended, I enable it again.
I consider it necessary, as it is reducing a lot my productivity.
I found that the file that starts the Job, is org.tigris.subversion.subclipse.core.resourcesListeners.FileModificationManager.
Some approach like the one for derived resources, maybe is valid to solve this issue.
Metadata
Metadata
Assignees
Labels
No labels