Hook Script
I have created an hook script to export the contents whenever a commit is made to the repository, that way all the changes can be viewed and debugged when the commit is made. The only other problem is that regression won’t be available, except through the subversion tool kit.
I just need to copy the hook script to the other repositories. It is really simple and should work for all repositories.
#!/usr/bin/bash
svn export file://$1 /path/to/public/directory
Trac Environments
I have finished the Trac Environments and installed a couple of plugins to help with the process. It was a simple once I used the DBAuth plugin for the form based sign in and didn’t have to use any messy rewrite crap. I’m looking forward to newer versions of Trac when it comes out.
Possibly Related Posts:
- WordPress Plugin and Theme Scope
- What I’ve Learned From WordPress
- Why Do I Feel Like an Asshole When Criticizing WordPress?
- PHP5 Straw Man Argument
- WordPress 2.7 Changes Class for Plugins
Comments are closed.