Welcome Guest, Not a member yet? Register   Sign In
Versioning - what to track?
#1

[eluser]Skinnpenal[/eluser]
Hi guys!

I'm about to utilize version tracking on my CI app, and so I'm wondering how it's best to do so. Should I include the whole CI package into versioning (system, application, etc.), or just the application folder?
#2

[eluser]Yash[/eluser]
Check this for upgrade issue

[url="http://ellislab.com/codeigniter/user-guide/installation/upgrading.html"]User Guide[/url]
#3

[eluser]AgentPhoenix[/eluser]
Probably best to include everything. In the event that you update the core and it breaks something, then you can roll back to a previous revision very easily and keep going instead of having to download it, put it back in, etc.
#4

[eluser]Grahack[/eluser]
You could try to compose your working copy with your own svn for the application folder and EllisLab's svn for CI's system. Just an idea, I never tried.
Have a look here too.




Theme © iAndrew 2016 - Forum software by © MyBB