Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Speed up or turn off SVN cache update in Eclipse

Tags:

eclipse

svn

Every time I open my eclipse it takes a lot of time (30 to 60 min)to update svn cache. So could you please tell, Is there any way I can speed up or turn off the svn cache update?

If I turn off the svn cache update, what will be effect?

like image 695
prince Avatar asked Jan 05 '16 05:01

prince


1 Answers

I noticed this taking awhile on my machine running Eclipse Neon so I disabled the Compute deep outgoing state option under Window > Preferences > Team > SVN > Performance. This has helped considerably with no obvious detrimental effect. Note that I left the Enable SVN statuses cache option on.

Eclipse Subversive - Documentation - Performance

like image 100
Yeroc Avatar answered Nov 16 '22 23:11

Yeroc