CodeIgniter Forums
How to handle more projects based on CI ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to handle more projects based on CI ? (/showthread.php?tid=13472)



How to handle more projects based on CI ? - El Forum - 11-24-2008

[eluser]hykoh[/eluser]
Hello,

how do you handle more projects that base on CodeIgniter ?

If there are ~20 Projects which based on CI, it's time wasting to replace each files on an update in 20 different directory-trees.

Please let me know ur experience.


How to handle more projects based on CI ? - El Forum - 11-24-2008

[eluser]rogierb[/eluser]
You can use more then one application directory in your CI or you can use some sort of repository system like SVN.

We use SVN and just merge the base-files.


How to handle more projects based on CI ? - El Forum - 11-24-2008

[eluser]hykoh[/eluser]
How do you merge these files automatically with SVN ? o_O

i know SVN - but i didnt know that there's a function to auto-merge specified files if wanted ??


How to handle more projects based on CI ? - El Forum - 11-24-2008

[eluser]rogierb[/eluser]
well, it is called 'svn merge' :cheese:

We have a clean base which can be updated. Once updated, you can merge one part of the repo with another. It is similar to merging branches and trunk.

Edit: I think this is even possible with different repo's, but I'm not sure