We have Subversion running on our Debian development server.
We have setup a post-commit hook to checkout the contents of the repository to /var/www/ourwebsite
There are about 2GB worth of files and each checkout takes about 10-15 minutes.
If we are simply changing a couple lines of code, it will continually keep copying files over and over, I dont think this is the right approach.
Any help?