diff website/README.txt @ 5343:f1270730505d

Add directions on how to handle issues when updating using hg.
author John Rouillard <rouilj@ieee.org>
date Wed, 04 Jul 2018 22:39:08 -0400
parents 4e7208743254
children da2decb6d0c7
line wrap: on
line diff
--- a/website/README.txt	Wed Jun 27 15:54:12 2018 +0200
+++ b/website/README.txt	Wed Jul 04 22:39:08 2018 -0400
@@ -55,11 +55,25 @@
     # (the warning about "Not trusting file ... " can be ignored
     #  for now https://sourceforge.net/p/forge/site-support/8217/)
     hg pull -u --cwd ${project_home}/src/roundup
+    # see below if this fails with: not trusting file
+      # /home/project-web/roundup/src/roundup/.hg/hgrc from untrusted
+      # user 110231, group 48
 
     # read up on other people changes and add yours
     cd ${project_home}
     vim logbuch.txt
 
+If you get a "not trusting" error the problem is that the .hg files in
+use are not owned by you and hg won;t use them. Add this to your
+~/.hgrc file (create file if needed)
+
+[trusted]
+groups=48
+users=110231
+
+if the uid/gid changes you may have to change the values.
+See: https://www.mercurial-scm.org/wiki/Trust for details
+
 
 updating wiki.roundup-tracker.org
 ---------------------------------

Roundup Issue Tracker: http://roundup-tracker.org/