![]() |
SVN externals - 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: SVN externals (/showthread.php?tid=8789) |
SVN externals - El Forum - 05-31-2008 [eluser]adamp1[/eluser] I'm having a slight dilemma with SVN externals, I wonder if anyone can help? Basically I have a website which has an SVN repository, now this website uses code from another repository. So for this I use svn externals: and this works fine. When I do an Update it grabs the latest copy. Now my issue is the external project comes with config files I want to change for my website only. Is there a way to handle it so my changes arn't lost every time they update there code trunk? |