Welcome Guest, Not a member yet? Register   Sign In
How to handle more projects based on CI ?
#1

[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.
#2

[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.
#3

[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 ??
#4

[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




Theme © iAndrew 2016 - Forum software by © MyBB