view svn-commit.sh @ 19:bd1deebe1129

* Set track metadata only if non-empty (the RDF feature writer tests for existence rather than non-emptiness when determining whether to write a track)
author Chris Cannam
date Tue, 02 Jun 2009 09:48:04 +0000
parents c8caebf2d79f
children c1b3af62bc2a
line wrap: on
line source
#!/bin/sh

svn commit || exit

for x in audioio base data plugin rdf system transform; do
    svn commit $x || exit
done