Disable IDEA's SVN "buildtags" scanning
Answered
Hello,
As far as we see, IDEA queries the SVN buildtags at IDEA start up.
And caches it in \.IntelliJIdea20XXX\system\vcs\svn_branches\
Our SVN repos have tens of thousands of buildtags.
So this cause high usage on our SVN server.
Is it possible to disable this "feature"?
Our programmers need SVN. But they dont need any "buildtag" related feature.
Thanks
Please sign in to leave a comment.
Hello @...
Could you please clarify whether "Tags" folder has been added to a path during the "Configure branches" process?
It can be scanned if it's added under Version Control
Hello Ruslan Kuleshov,
Thank you for your help. You are right, the problem is fixed after removing the "buildtags" URL - which seems to be added by default by IDEA -
through the "Configure branches" process.
Thanks