To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / svn-commit.sh

History | View | Annotate | Download (149 Bytes)

1 5:b7e2027ec4bd Chris
#!/bin/sh
2
3
svn commit || exit
4
5
for x in audioio base data framework plugin prf rdf system transform view widgets; do
6
    svn commit $x || exit
7
done