![]() |
CI MVC and SVN - 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: CI MVC and SVN (/showthread.php?tid=20782) |
CI MVC and SVN - El Forum - 07-21-2009 [eluser]searain[/eluser] When we use SVN on CI project. Which folder is used to be put in SVN control? For the project I am doing now, I think I could put "application" folder in SVN. The other folders at the same or upper level of "application" don't have to be put in SVN. What do you do when use SVN on CI? Thanks! CI MVC and SVN - El Forum - 07-21-2009 [eluser]Johan André[/eluser] I usually setup a external to the CI-svn. It keeps the systemfiles updated. I always move the application-folder out of the system-folder so it won't get updated when I update the core. CI MVC and SVN - El Forum - 07-21-2009 [eluser]searain[/eluser] OK, so move application out of the system. and we can put the application under svn control (your developing), and system (with application moved out) under another svn (CI updates). |