I’m using UE5.3.2 and Switchboard + nDisplay to run my app on 4 PCs.
I can make a remote build for each node using Switchboard command and build.
I found only Perforce sync support in Switchboard, while I’m using Git. So I have to connect to each node manually to sync the source code. And it’s a pain. So I have a strong desire to run git fetch / pull from Switchboard. Is there any way to do add git support for remote project source code syncing? I was thinking about implementing a plugin for Switchboard or a command to be transferred to the Switchboard listeners running on the remote PCs. But I couldn’t find any documentation.
Please help.
I’d be happy if you developed a switchboar plugin to be able to implement git, plastic or others. Personally I don’t like using perforce at all and I’m forced to use that with switchboard which is not fun at all.
1 Like
That’s still on my TODO list. I’ll get back here when I make something.
1 Like
In case people are still looking for a way to avoid signing in to each PC to pull the latest changes, and there’s still no support for Git in Switchboard.
I ended up without a custom plugin development by just sharing the project folders on each PC in the cluster, and then opening these shared folders on the main PC (where the switch board is being used). Now I can pull it all from one place with my favourite git client. It can be automated even further ofc, but I’m currently happy with this solution.