svnstat script
- by Kyle Hodgson
So I'm building out a shell script to check out all of our relevant svn repositories for analysis in svnstat. I've gotten all of this to work manually, now I'm writing up a bash script in cygwin on my Vista laptop, as I intend to move this to a Linux server at some point.
Edit: I gave up on this and wrote a simple .bat script. I'll figure out the…