« Subversion | Main | Brad got slashdotted »

Cronable svn updates ala Kasia

Taking a look @ Kasia's blog, she has written a script which runs as part of one of her nightly cronjobs for updating her local copy of code from a subversion repository.

Running "svn update" is really simple and speedy, but I like having a nightly cronjob updating my local copy of the code, so I wrote a script that does just that and sends me a small, quick summary of what it did, paying special attention to conflicts.

I really don't care what files have changed, were added, etc, but I do care which files have merge conflicts.. so that's what this script does..