You've read all the Best Practices materials, attended workshops on them, and you're finally convinced that you need version control as an integral part of your company's workflow. But where do you start?
Subversion is potentially the most adopted non-distributed version control system available today. Its price -- free -- is compelling enough, but it also offers many features out of the box.
In this session, we will step you through a number of effective subversion best practices, from setting up your repositories to adding hooks for linting, code sniffing, and running your unit tests.
Topics covered will include:
- Setting up your repositories, including ACLs and administration
- Working with Subversion, including commit strategies, branching and tagging strategies, merging, and handling conflicts.
- Integrating Subversion with your PHP workflow, including setting up commit hooks for code linting, code sniffing, and running unit tests
The goal is for PHP developers to walk away from the workshop with the tools necessary to setup a working version control environment in their company, tailored to their workflow.
20.May.2009 at 12:07 by Stefan Koopmanschap
Matthew and Lorna are both good and charismatic speakers, and though I've been using svn for quite some time, I learned a few interesting things. Excellent workshop!