I have created a bunch of projects which all live in their own folders under a "Projects" directory. This includes an integrated library project that is shared with multiple PCB projects. Now the the PCB projects are completed I want to move them out of our "Projects" directory into our "Final Docs" directory. However, I don't want everything to break when I do that. I'm a bit concerned because I was learning as I was making these PCBs and so I'm not confident everything was added to the schematics using a single integrated library. For all I know I could have 10 versions of the integrated library with each project using various versions.
What's the process for making sure that things don't break when you move them? I'm guessing I can't just drag and drop the entire project folder because history has taught me file path links will break and I'll end up with a bunch of messages telling me things can't be found. Do I open each project and save it to the new folder location? Are the integrated libraries I used included in each project or am I stuck with leaving it where it is currently saved? My fear is that I move or save the PCB projects to a new location and in 3 months from now when I need to make a change and I want to fork the project then everything will be a nightmare. How do I avoid the nightmare?