keith55 Posted January 30, 2020 Posted January 30, 2020 What's the best way to set it up? Presumably, the project has to be called Moose_Framework, so it can't co-exist in the same Eclipse workspace as the Master branch. Can I just set up a new workspace, or it better to install a git client and do it the proper way?
Hardcard Posted January 30, 2020 Posted January 30, 2020 (edited) You can call the project any name you want, doesn't have to be Moose_Framework (same for the rest). Try setting it all up in the same workspace, with different names and sources. Alternatively, LDT allows you to create and switch between different workspaces. To create a new workspace, add a new folder in the LDT installdir and name it as you like. Then open LDT and go to File > Switch Workspace > Other..., browse for that new folder and hit Launch. LDT will restart in the new workspace, then you can set it up the same way you did the other one... but using the develop source files instead. Edited January 30, 2020 by Hardcard [sIGPIC][/sIGPIC]
keith55 Posted January 30, 2020 Author Posted January 30, 2020 Thanks for that it. It worked. In the end, I decided to go with a git client, after all. I think it's the most flexible option.
Recommended Posts