- 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.