Troggle online: Edit this page - repos.html

This commit is contained in:
Philip Sargent 2022-03-05 13:39:35 +00:00
parent d5b069f91d
commit 29715045a2

View File

@ -56,7 +56,8 @@ We use git because it is now the industry standard. In the past we have used <a
<h3>Uploading cave survey data, scanned notes or Therion/Tunnel drawings</a></h3>
<p>You do <em>not</em> need to know about the version control system for several common
cave data surveying tasks. The online system has forms to allow you to upload these, and it invokes git behind the scenes to keep everything tidy. However these capabilities are being used for the first time on the 2022 expo so be prepared for things to break, e.g. if two people try to do the same thing at the same time.
cave data surveying tasks.
<p>The online system has forms to allow you to upload these, and it invokes git behind the scenes to keep everything tidy. However these capabilities are being used for the first time on the 2022 expo so be prepared for things to break, e.g. if two people try to do the same thing at the same time.
<h3>Reading and cloning</a></h3>
@ -64,7 +65,7 @@ cave data surveying tasks. The online system has forms to allow you to upload th
<p>NOTE: when using git to path to a repository, always use user <var>'expo'</var> as the login user (<var>ssh://expo@...</var>) even though within git you will be identified by your own ssh key name. This is because file permissions on the server require this.
<p>So cavers wanting to do sophisticated management of their cave survey data (i.e. not just simple
uploads) willhave to use a machine on which they key is already set up. The <i>expo laptop</i> lives in the potato hut during expo and it is sometimes joined by the laptop '<i>aziraphale</i>'. These are both loaned machines running Linux. If you want to use your own laptop then
uploads) will have to use a machine on which they key is already set up. The <i>expo laptop</i> lives in the potato hut during expo and it is sometimes joined by the laptop '<i>aziraphale</i>'. These are both loaned machines running Linux. If you want to use your own laptop then
see the <a href="basiclaptop.html">basic laptop setup</a>.