Are there any plans for Hook Scripts to be implemented into the version control ?
By Hooks Scripts I mean for instance:
I just made a new commit for a file. After the commit was successful, have the server then execute a "Post Commit Hook" that I wrote.
This would be very helpful to many situations, including:
1) move the a copy latest revision to my application server.
2) run utilities such as minimizers or compressors.
3) etc.
If you are confused please visit:
http://svnbook.red-bean.com/en/1.0/svn- ... 5-sect-2.1