Open Dojo v1.0

Subject list for an open dojo / bbq session As Jedi phpunit and code coverage phing deployment svn and continuous integration As Padawan Working agile Scrum Now let’s decide a timeline

Subversion backup & restore

Get it first of all you need the best script ever made to backup subversion: the one provided with! Get it here: http://svn.apache.org/repos/asf/subversion/trunk/tools/backup/hot-backup.py.in This script needs to be modified replace: # Path to svnlook utility svnlook = r”@SVN_BINDIR@/svnlook” # Path to svnadmin utility svnadmin = r”@SVN_BINDIR@/svnadmin” with: # Path to svnlook utility svnlook = r”/usr/bin/svnlook” [...]

#web #continuous #integration: #Autodeploy on #commit

Option 1 In 4 steps svn commit to the repository the pre-commit hook will check the code with svnlook and will validate the commit message (based on regexp such has bug# …, text minimal size…) the post-commit hook will try to connect to the ITT (Integration Team Testing) if you have the good acronym, I’ll [...]