mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
Edit this page
This commit is contained in:
parent
2397d1b361
commit
051d7dd6ac
@ -91,12 +91,14 @@ t/ - a thumbnail image which is usually used inside an <a> tag to link to
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
<h3 id="tidy">Tidying up and commiting the edits</h3>
|
||||
<p>'Edit This Page' edits the file served on the web
|
||||
<h3 id="tidy">Tidying up and committing the edits</h3>
|
||||
<p>'Edit This Page' edits the file served on the web, saves it, adds it to the list of proposed git updates, then finally does the git 'commit' on the server. Things can go wrong at each step of the process.
|
||||
|
||||
If the version control update fails, your edits will be saved and you will see them ont he
|
||||
website but <em>they will be lost later</em> if you do not get a nerd to update the file in the version control
|
||||
<a href="../computing/repos.html">repository</a>. To properly finish the job you need to get a nerd to
|
||||
<p>Specific error message pages are produced if the file cannot be saved (usually a permissions error), if it cannot be added to git's list, or if the git commit fails (which would be due to a merge failure on a previous commit attempt).
|
||||
|
||||
<p>If the version control commit fails, your edits will be saved and you will see them on the
|
||||
website but <em>they will be lost later</em> if you do not get a nerd to fix the version control
|
||||
<a href="../computing/repos.html">repository</a> properly. To properly finish the job you need to get a nerd to
|
||||
<ul>
|
||||
<li>
|
||||
ssh into expo@expo.survex.com from a machine already configured to do this
|
||||
@ -111,7 +113,7 @@ you into an emacs editing window (C-x C-C is the way to exit emacs). Instead, us
|
||||
<code>git commit -m "changed topcamp phone number - myName" </code>
|
||||
which submits the obligatory comment with the commit operation. You should write something informative and brief about your changes between the quotation marks and also give your full name.
|
||||
</ul>
|
||||
<p>We hope to make this issue go away by integrating triggers, but it is a low priority (April 2021).
|
||||
<p>The same 'save/git-add/git-commit' process happens when uploading drawings files or when editing survex files online.
|
||||
<hr />
|
||||
<p>Go on to <a href="hbmanual2.html">Editing several pages</a><br />
|
||||
Return to <a href="onlinesystems.html">Online systems overview</a>
|
||||
|
Loading…
Reference in New Issue
Block a user