Mercurial > hg > sonic-annotator
view svn-co.sh @ 12:d20c728c9840
* Try to avoid leaving output files open after completion
author | Chris Cannam |
---|---|
date | Tue, 20 Jan 2009 18:10:13 +0000 |
parents | c8caebf2d79f |
children |
line wrap: on
line source
#!/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