How do I deploy my CodeIgniter applications using Subversion
Posted in Tutorials on April 16th, 2010 by admin – Be the first to commentThis little guide is intended to explain how do I update some of my applications running on development environment or production using Subversion and a simple hook.
This idea was based on the great article published time ago by Imran Nazar about automating deployment with Subversion.
Basically it updates a SVN repository in your development environment each time you commit a message with a signal string like *DEPLOY*. This assumes that you have a copy of your repository in your development environment.
Related searches:
- codeigniter deployment
- how to deploy svn from remote server
- svn deployment
- svn deploy linux
- how to deploye codeigniter in customer server
- codeigniter SVN
- php svn post-commit deploy script
- codeigniter db deployment
- php remote deploying ssh
- script deployment with subversion




