Mercurial > hg > sonic-annotator
changeset 9:c8caebf2d79f
* update svn push/pull scripts
author | Chris Cannam |
---|---|
date | Fri, 12 Dec 2008 14:40:55 +0000 |
parents | f98b58fb294f |
children | 12f250173bf2 |
files | pull-svn.sh push-svn.sh svn-co.sh svn-commit.sh svn-diff.sh svn-update.sh |
diffstat | 6 files changed, 32 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/pull-svn.sh Fri Dec 12 14:29:42 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#!/bin/sh - -svrepo=https://sv1.svn.sourceforge.net/svnroot/sv1/sonic-visualiser/trunk - -for x in audioio base data plugin rdf system transform; do - svn co $svrepo/$x -done -
--- a/push-svn.sh Fri Dec 12 14:29:42 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#!/bin/sh - -svn commit || exit - -for x in audioio base data plugin rdf system transform; do - svn commit $x || exit -done -
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svn-co.sh Fri Dec 12 14:40:55 2008 +0000 @@ -0,0 +1,8 @@ +#!/bin/sh + +svrepo=https://sv1.svn.sourceforge.net/svnroot/sv1/sonic-visualiser/trunk + +for x in audioio base data plugin rdf system transform; do + svn co $svrepo/$x +done +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svn-commit.sh Fri Dec 12 14:40:55 2008 +0000 @@ -0,0 +1,8 @@ +#!/bin/sh + +svn commit || exit + +for x in audioio base data plugin rdf system transform; do + svn commit $x || exit +done +