voron3x / dev-tools

For using doc see bin/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About scripts

svn-merge-tasks.sh

  • Script is searching for commits by tasks in JIRA and merge it all to WORKING_COPY.

Install:

make install
  • Note, this script will remove all that was in the old directory.

After that, you need to set the PATH variable in your .bashrc or .bash_profile.

export PATH=~/bin:$PATH

Usage:

  • Run in the directory with WORKING_COPY in which you're merging.
 ./svn-merge-tasks.sh SQR-123,SQR-157,SQR-143 ^/trunk 'SQR-200 release build 2.2.1' 

where SQRs are task numbers and ^/trunk is the source.

About

For using doc see bin/README.md


Languages

Language:Shell 100.0%