mumble/scripts/svn2cl.sh
Thorvald Natvig eb428c3b24 Changelog update script fixed
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@802 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-10-19 21:10:36 +00:00

6 lines
100 B
Bash
Executable File

#! /bin/bash
svn update
svn log -v --xml | perl scripts/svn2cl.pl
svn -m "Changelog update" commit