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