A shell script for quickly creating and switching to an SVN branch (with text prompts and warnings).
Compatible on all versions of subversion >= 1.0.0
##Installation copy svn-create-branch.sh to a folder that's included in your shell PATH environment variable e.g. /usr/local/bin
##Usage
$ cd to/your/working/copy/
$ svn-create-branch.sh BRANCH_NAME
BRANCH_NAME - The name of the branch to be created e.g. style-tweaksn;