source: main/trunk/greenstone3/web/get-installation-interface.sh@ 37035

Last change on this file since 37035 was 37035, checked in by davidb, 16 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
3installation=$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
8echo ""
9echo "Checking out:"
10
11echo " https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation -> interfaces/$installation"
12svn co https://svn.greenstone.org/gs3-installations/$installation/trunk/interfaces/$installation interfaces/$installation
13
14echo ""
15
16
Note: See TracBrowser for help on using the repository browser.