From e5f0eb9d4a23ad7b2cc5d93deb45a5cddc70bcc6 Mon Sep 17 00:00:00 2001 From: Expo on server Date: Mon, 3 Jul 2023 21:21:58 +0100 Subject: [PATCH] dummy redirection --- drawings/readme.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 drawings/readme.txt diff --git a/drawings/readme.txt b/drawings/readme.txt new file mode 100644 index 000000000..1d43a734c --- /dev/null +++ b/drawings/readme.txt @@ -0,0 +1,18 @@ +The drawings repo holds all the CUCC expo cave drawings. + +ACCESS +- you can install the repository on your own computer. Instructions below and online advice here http://expo.survex.com/handbook/computing/repos.html +- alternatively, if you only want to access a single file this can possibly be downloaded directly from the website here https://expo.survex.com/dwgfiles/ and if you have problems try asking Phil Sarjent :-) + +HISTORY +- the drawings repo was originally called 'tunneldata' and was managed with mercurial. It was renamed 'drawings' when it was converted to git by Wookey +on 8th July 2019. + +Install +------- +Choose a directory where you will keep 'drawings', and git clone 'drawings' into it using the following command: + +git clone git://expo.survex.com/drawings +or more reliably +git clone ssh://expo@expo.survex.com/home/expo/drawings +