Hello all,
Our team is new to UE4, and we’d like to get a feel for how people use version control. We use SVN, and for a previous project, stored (compiled, not editor format) maps and DLLs outside of our main repository so it didn’t get too big. That solution worked well for us.
I’m wondering how to deal with this when working with Unreal Engine 4 - how do people generally manage this process when disk space is a limiting factor?
Do you commit all code, DLLs, maps and other content to the same repo, or use something like Dropbox or an FTP server to split things up?
The goal for us would be for our repository to be checked out, and binaries be available with minimal effort, allowing artists etc to work on content without compiling code, etc.
Cheers!