Subversion multi checkout post-commit hook?
- by FLX
The title must sound strange but I'm trying to achieve the following:
SVN repo location: /home/flx/svn/flxdev
SVN repo "flxdev" structure:
+ Project1
++ files
+ Project2
+ Project3
+ Project4
I'm trying to set up a post-commit hook that automatically checks out on the other end when I do a commit.
The post-commit doc explicitly lists the…