Possible Duplicate:
Subversion post commit hook checkout to website document root
We have setup Subversion on our Debian development box, we have also setup a post-commit hook that will svn update the repository out to /var/www/ourwebsite
The problem is that there are around 2GB of files in our repository and were working on files/changes all day and committing quite regularly, it's putting a huge load on the server and it also takes ages to complete and reducing our productivity
If its just subversion, that's ok, but I have a feeling this is not the best setup hence why each commit is taking so long
Any suggestions?