Note that http clones of the repos also work

This commit is contained in:
Wookey
2025-07-11 14:14:43 +01:00
parent c272ad01b1
commit 2c32b09298

View File

@@ -20,19 +20,22 @@ body {
<p>All the expo data is contained in 4 <var>repositories</var> or <var>repos</var> at
expo.survex.com:
<ul>
<li><a href="/repositories/loser/.git/"><var>:loser:</var></a> - the survex cave survey data</li>
<li><a href="/repositories/drawings/.git/"><var>:drawings:</var></a> - the tunnel and therion cave data and drawings (git)</li>
<li><a href="/repositories/expoweb/.git/"><var>:expoweb:</var></a> - the website pages, handbook, generation scripts (git)</li>
<li><a href="/repositories/troggle/.git/"><var>:troggle:</var></a> - the database/software part of the survey data management system<br> - see <a href="../troggle/trogintro.html">notes on troggle</a> for further explanations </li>
</ul>
<p>If you want to use your own laptop to interact directly with the repos then a basic laptop or a survey laptop is not enough: you need an
<a href="bulkupdatelaptop.html">expo bulk update laptop</a>.
<p>From the command line, to clone a repo, you will do this
<p>If you want to use your own laptop to interact directly with the repositories then a basic laptop or a survey laptop is not enough: you need an
<a href="bulkupdatelaptop.html">expo bulk update laptop.</a>.
<p>From the command line, to clone a repo (read/write), you will do this
<tt>git clone ssh://expo@expo.survex.com/home/expo/loser</tt>
see the quick <a href="qstart-git.html">reminders for using git</a> for the rest of them.
<p>You can also do a read-only checkout without having to set up an ssh key, but you can't check anything in, which will annoy you later, so it's usually better to do the <a href="bulkupdatelaptop.html">expo bulk update laptop thing (i.e set up an ssh key):</p>
<tt>git clone https://expo@expo.survex.com/home/expo/loser/.git/</tt>
see the quick <a href="qstart-git.html">reminders for using git</a> for the rest of the repositories.
<h3>Use the online view of these!</a></h3>
<p>These online webpages (links above) give a much clearer view of what is going on than many git tools you may be using on your machine.