projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f3f42
)
oops, add unlock _before_ svn commit
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 18 Mar 2006 21:36:36 +0000
(21:36 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 18 Mar 2006 21:36:36 +0000
(21:36 +0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index e218979d1068ecfebfe0b6134a8b921fe788c688..c2310cb37ed0f0e4290d52fd1284b0f84eb3a4f1 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-1131,11
+1131,11
@@
sub cgi_editpage ($$) { #{{{
if ($newfile) {
rcs_add($file);
}
+ # prevent deadlock with post-commit hook
+ unlockwiki();
# presumably the commit will trigger an update
# of the wiki
rcs_commit($message);
- # prevent deadlock with post-commit hook
- unlockwiki();
}
else {
loadindex();