source: branches/r9/fetch.sh @ 4840

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