mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-09 23:28:32 +00:00
derigging data
This commit is contained in:
@@ -148,9 +148,21 @@ below for details on that.</p>
|
||||
<p>This edits the file served by the webserver (Apache) on
|
||||
expo.survex.com but it does not update the copy of the file in the
|
||||
repository in expo.survex.com. To properly finish the job you need to
|
||||
use putty to ssh into expo.survex.com and run "hg diff" (to check what
|
||||
changes are pending) and then "hg commit" in the directory
|
||||
/home/expo/expoweb .</p>
|
||||
<ul>
|
||||
<li>
|
||||
ssh into expo@expo.survex.com (use putty on a Windows machine)
|
||||
<li>cd to the directory containing the repo you want, i.e. "cd loser" for
|
||||
cave data or "cd expoweb" for the handbook and visible website, which takes you to /home/expo/expoweb
|
||||
<li>Then run "hg status" (to check what
|
||||
changes are pending),
|
||||
<li>then "hg diff" to see the changes in detail
|
||||
(or "hg diff|less" if you know how to use "less" or "more") and
|
||||
<li>then DO NOT just run 'hg commit' unless you know how emacs works as it will dump
|
||||
you into an emacs editing window (C-x C-C is the way to exit emacs). Instead, do
|
||||
'hg commit -m "found files left over - myName" '
|
||||
which submits the obligatory comment witht he commit operation.
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="quickstart">Quick start</a></h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user