]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/post-commit/discussion.mdwn
progress
[ikiwiki.git] / doc / post-commit / discussion.mdwn
index c15396978f11ec6983293dd54fe10cdf6c580c0b..bbe52910693c1bb4379ee2ac3bc7fa3bded2f41f 100644 (file)
@@ -58,3 +58,5 @@ In case you're lucky enough not to know, cvs adds on directories are weird -- th
 I was able to work out that when I'm seeing this page save misbehavior, my plugin is somewhere inside `system("cvs", "-Q", "add", "$file")`, which was never returning. If I changed it to anything other than cvs it iterated correctly over all the parent dirs which needed to be added to CVS, in the proper order. (cvs add isn't recursive, sadly.)
 
 Can you offer an educated guess what's going wrong here? --[[Schmonz]]
+
+> Got `rcs_recentchanges` working, believe it or not, thanks to [cvsps](http://www.cobite.com/cvsps/). If I can figure out this interaction between the post-commit hook and `cvs add` on directories, the CVS plugin is mostly done. Could it be a locking issue? Where should I be looking? Any suggestions appreciated. --[[Schmonz]]