]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/svn_fails_to_update.mdwn
response
[ikiwiki.git] / doc / bugs / svn_fails_to_update.mdwn
index b10e8189b197c240cde02195ac479f8a7fa8dbb5..6f2c9fd3152a37b99ea154780a3e16df3deb5d1e 100644 (file)
@@ -31,4 +31,12 @@ A sample error message (obtained through file redirection) is:
     svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
 
 Did I do something stupid again or is this the case on your system too? 
---Ethan
\ No newline at end of file
+--Ethan
+
+Additional note: this doesn't happen when performing svn commits from another wc, 
+but *does* happen when committing from the web.
+--Ethan
+
+> Yeah, this makes sense now that you bring it up. Perhaps I should make
+> ikiwiki skip the update when called from the post-commit hook if the repo
+> is locked, although this could mask other problems.. --[[Joey]]