source:
main/trunk/greenstone3/web/get-installation-site.sh@
37035
Last change on this file since 37035 was 37035, checked in by , 12 months ago | |
---|---|
|
|
File size: 459 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | installation=$1 |
4 | |
5 | # Looking the scriptify the following sort of svn co: |
6 | # svn co https://svn.greenstone.org/gs3-installations/intermuse/trunk/sites/intermuse sites/intermuse |
7 | |
8 | echo "" |
9 | echo "Checking out:" |
10 | |
11 | echo " https://svn.greenstone.org/gs3-installations/$installation/trunk/sites/$installation -> sites/$installation" |
12 | svn co https://svn.greenstone.org/gs3-installations/$installation/trunk/sites/$installation sites/$installation |
13 | |
14 | echo "" |
15 | |
16 |
Note:
See TracBrowser
for help on using the repository browser.