Remote Project Files - What am I *supposed* to do?
My setup is this: My project and code are hosted remotely from a MacBook over my wifi, on a Samba share that I then pick up on my Windows 11 machine and map to a Z: drive. I can then access the project in PHPStorm from within that mapped drive.
This has worked reasonably well for some time with only sporadic issues, but for the past 5 days PHPStorm seems to be having far more significant issues maintaining a reliable connection. I'm constantly losing files and directories from the project tree, encountering long re-indexing, scanning, etc. Sometimes I have to restart the app for it to even see the project's contents in their entirety.
My SSH connections to the same MacBook remain up when this happens and I've never noticed Windows lose connection to the share, so I'm guessing we're talking very, very brief network interferences that PHPStorm just doesn't have any tolerance for. (and nothing of my network changed 5 days ago so I'm not convinced even that's the issue)
What's the official solve here? I know PHPStorm leans into syncing but I'm dealing with company code that I'm not allowed to store on my personal Windows machine. And I can't be the only PHPStorm user in this boat.
请先登录再写评论。