source: branches/r9/fetch.sh @ 4860

Last change on this file since 4860 was 4852, checked in by gah, 9 years ago
  • Property svn:executable set to *
File size: 423 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  echo svn update $destdir/$pkgdir
13  svn update $destdir/$pkgdir
14else
15  echo svn co -q $url/rappture-runtime/svn/$path/$pkgdir $destdir/$pkgdir
16  svn co -q $url/rappture-runtime/svn/$path/$pkgdir $destdir/$pkgdir
17fi
Note: See TracBrowser for help on using the repository browser.