Welcome to Boredom

ponybadge

createsvn.sh

This was written to save me time in setting up new SVN repositories for work. The script creates the repository, sets the right owner, sets up the apache config, sends an email saying the repository has been setup and then gracefuls apache.

You can download the latest copy here: createsvn-1.1.tar.gz

Improvements

It would be useful if this made the standard folders for svn

  • branches
  • trunk
  • tag

I have been looking at the python subversion bindings to see if I can make the work with this, although it might be worthwhile rewriting it in python to add a bit more flexibility