Last change
on this file since 37035 was 37035, checked in by davidb, 12 months ago |
Helper scripts to make it easier to check out a gs3-installation's interface and/or site
|
-
Property svn:executable
set to
*
|
File size:
489 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/interfaces/intermuse interfaces/intermuse
|
---|
7 |
|
---|
8 | echo ""
|
---|
9 | echo "Checking out:"
|
---|
10 |
|
---|
11 | echo " https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation -> interfaces/$installation"
|
---|
12 | svn co https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation interfaces/$installation
|
---|
13 |
|
---|
14 | echo ""
|
---|
15 |
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.