CodeIgniter Forums
Using Mercurial to keep codeigniter up-to-date - 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: Using Mercurial to keep codeigniter up-to-date (/showthread.php?tid=36008)



Using Mercurial to keep codeigniter up-to-date - El Forum - 11-18-2010

[eluser]Jeroen Brussich[/eluser]
Since CodeIgniter 2.0 is still baking, I would like to develop my new site on the newest possible code.

Is there a way to clone the sourcecode for CodeIgniter 2 to my local machine to keep that code in sync with the repo AND at the same time keep MY CODE in sync with a second mercurial repository?

Let me explain:
- everything under system and user_guide should be kept in sync with the codeigniter repo
- everything under application should be kept in sync with my 'coolest site ever' repo

When I clone the CodeIgniter to my local computer, I see all folders are kept in sync with that repo, including the application folder.

- Is there a way for me to exclude that folder and then put it in sync with a different repo?

Thanks in advance,
Jeroen