Download Index Files from Server
已回答
Hi IntelliJ community
Is it possible to make the InelliJ Idea index file on a server and each user download that and merge it with local changes, instead every user build the index file for himself?
Background: our company works with Idea, SVN and Java. Each morning we download the sources from the server and make a clean. (gradlew updateProject & gradlew mavenClean). then every user has to wait till the indexing process is finished.
Thank for every answer and suggestion
请先登录再写评论。
Hello,
Please see the recent similar request that was filled in YouTrack: https://youtrack.jetbrains.com/issue/IDEA-188205 Is it yours?
>Is it possible to make the InelliJ Idea index file on a server and each user download that and merge it with local changes, instead every user build the index file for himself?
It is not possible, see IDEABKL-6223, IDEA-95893, IDEA-172004