JamesPlayer / svn-create-branch.sh

Command line tool to quickly create and switch to an SVN branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svn-create-branch.sh

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;

About

Command line tool to quickly create and switch to an SVN branch

License:MIT License


Languages

Language:Shell 100.0%