CodeIgniter Forums
Merging CodeIgniter Builds - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Merging CodeIgniter Builds (/showthread.php?tid=5270)



Merging CodeIgniter Builds - El Forum - 01-14-2008

[eluser]BrandonDurham[/eluser]
What's the easiest way to merge builds of CodeIgniter? I just found out about the CodeIgniter repository and the latest build has some features that I'd love to tap into, but I'm nearly finished with the CMS that I'm currently working on. So, considering that, is there a relatively easy way to merge the new build into what I have now, or do I need to just start copying it over file by file?

Thanks!


Merging CodeIgniter Builds - El Forum - 01-14-2008

[eluser]Michael Wales[/eluser]
For the most part, the dev team tries not to break anything (if so, it will be listed in the log). You shouldn't have modified any of the core files, so just make a backup of your application, update your checkout folder, and then copy that on top of your app. Go test and make sure everything works correctly.


Merging CodeIgniter Builds - El Forum - 01-15-2008

[eluser]awpti[/eluser]
Just make sure to exclude the config/ directory in your app (assuming nothing has changed between your version and the trunk).

I just did this myself a bit ago.

onlytechnews is running off the latest trunk at this point.
awpti.org is next