aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/post-commit_hangs.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-04 16:38:22 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-04 16:38:22 -0400
commite46ea2a687b97e96c54e21169f41f14f9b21728c (patch)
treebca7acf09f917d668014b439d198157e1c53f859 /doc/bugs/post-commit_hangs.mdwn
parent7096ffaa529a0c26490770c5a882b0f96af8ecd2 (diff)
downloadikiwiki-e46ea2a687b97e96c54e21169f41f14f9b21728c.tar
ikiwiki-e46ea2a687b97e96c54e21169f41f14f9b21728c.tar.gz
response
Diffstat (limited to 'doc/bugs/post-commit_hangs.mdwn')
-rw-r--r--doc/bugs/post-commit_hangs.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/post-commit_hangs.mdwn b/doc/bugs/post-commit_hangs.mdwn
index 1e16bc097..ee7f881d5 100644
--- a/doc/bugs/post-commit_hangs.mdwn
+++ b/doc/bugs/post-commit_hangs.mdwn
@@ -24,6 +24,9 @@ I installed ikiwiki v3.14159 in /usr/local from tarball (/usr contains an older
>>>> I'm trying to run ikiwiki --setup from the command line after modifying the setup file.
>>>> ikiwiki --setup is calling hg update, which is calling ikiwiki --post-commit. Am I not supposed to do that? --Ali
+>>>>> No, I don't think that hg update should call ikiwiki anything. The
+>>>>> [[hgrc_example|rcs/mercurial]] doesn't seem to configure it to do that? --[[Joey]]
+
> Also, how have you arranged to keep it from seeing the installation in /usr? Perl could well be loading
> modules from the old installation, and if it's one with a different locking strategy that would explain your problem. --[[Joey]]