source: branches/r9/fetch.sh @ 4952

Last change on this file since 4952 was 4870, checked in by gah, 9 years ago
  • Property svn:executable set to *
File size: 256 bytes
Line 
1#
2# runtime.sh tags/1.3.1 libpng-1.6.4
3#
4path=$1
5destdir=$2
6pkgdir=$3
7url="https://nanohub.org/infrastructure"
8if test -d "$destdir/$pkgdir" ; then
9  svn update $destdir/$pkgdir
10else
11  svn co -q $url/rappture-runtime/svn/$path/$pkgdir $destdir/$pkgdir
12fi
Note: See TracBrowser for help on using the repository browser.