User forums > Using Code::Blocks
Code::Blocks workspaces and source control
sodev:
Use SVN then, there the same feature exists and is called External :). Its just one line in the externals property to pull in (a part of) another repository, much more easier than git (well, tbh i'm not using git for our own projects, i only checkout 3rd party projects, thats already complicated enough for me ;D). Want always the current revision? Pin it to HEAD (very bad idea, defeats the purpose of revision control, your old revisions magically change when the external repository updates which might/will break your perfect old revisions suddenly). Otherwise pin it to a specific revision. We are using this system for many years on quite a number of projects successfully.
But this is indeed beyond the scope of CodeBlocks, unless some day they decide to fully integrate support for all the important version control systems out there :).
oBFusCATed:
--- Quote from: sodev on April 20, 2017, 06:59:35 pm ---But this is indeed beyond the scope of CodeBlocks, unless some day they decide to fully integrate support for all the important version control systems out there :).
--- End quote ---
Why do you use the word "all" when talking about VCS? There is only one system out there, the others just are obsolete. :)
Navigation
[0] Message Index
[*] Previous page
Go to full version