Hello to all, i'm using subversion to update a web server that host 20-30 sites. basically i have users and when the commit is done, the post-commit hook make a svn update. the problem is that there are a lot of files, and take too much time to do it.
so, my idea was to get in some way a list of files that has been commited, parse the directories and make a svn update in each directory with a binary made in C (as the subversion documentation say) any hint how i can make this? thanks in advance for any help you can give me :D Regards.