We have a PHP application and we are trying to create a automated DTAP development street.
To do this we have 4 branches in SVN:
- Development
- Test
- Acceptance
- Production
But how to auto-publish code changes to the different (servers/directories).
So if the Development branch is updated I only want to update the development (directory/server)
I want to place a post-commit hook on the code that automatically updates these changes, but only to the brach it inflicts.
does anyone have any idea?
Google doesn't seem to have a answer..
To do this we have 4 branches in SVN:
- Development
- Test
- Acceptance
- Production
But how to auto-publish code changes to the different (servers/directories).
So if the Development branch is updated I only want to update the development (directory/server)
I want to place a post-commit hook on the code that automatically updates these changes, but only to the brach it inflicts.
does anyone have any idea?
Google doesn't seem to have a answer..
Comment