IntelliJ file synchronize takes forever on SSHFS
Asked Answered
G

1

9

I do all my development on a Mac, and my files are on a remote Linux server. I use SSHFS to access the files. When I am using IntelliJ on a local project, I don't even notice the file synchronization, most likely because it can access the files very quickly. But when I have a project open through SSHFS, the synchronizing takes a very long time, which is a pain because inspections are dependent on synchronization being finished. I can't see any code analysis until the synchronization is done.

I saw one solution where someone moved the intellij project files to a local directory and had the project point to the SSHFS files, but I'd rather have everything in one place.

I need to know how to either speed up the synchronization or make inspections run even if the files are synchronizing.

Gunboat answered 20/7, 2015 at 23:3 Comment(0)
S
-3

You should consider having a local copy of all your files on your mac, and using a sync utility like Unison or RSync to keep your files in sync

Solemnity answered 7/8, 2016 at 20:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.