aboutsummaryrefslogtreecommitdiff
path: root/doc/post-commit
diff options
context:
space:
mode:
authorhttp://schmonz.livejournal.com/ <http://schmonz.livejournal.com/@web>2009-07-30 01:45:09 -0400
committerJoey Hess <joey@kitenet.net>2009-07-30 01:45:09 -0400
commit74d563f20fbdc2ed431f20b24c9a84a3ff811b93 (patch)
tree2bebdaa7b77930d70367c01539d99f3535124bdf /doc/post-commit
parentd9fa13504d5f9af3d2d7208b21b31934bb960cdd (diff)
downloadikiwiki-74d563f20fbdc2ed431f20b24c9a84a3ff811b93.tar
ikiwiki-74d563f20fbdc2ed431f20b24c9a84a3ff811b93.tar.gz
progress
Diffstat (limited to 'doc/post-commit')
-rw-r--r--doc/post-commit/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/post-commit/discussion.mdwn b/doc/post-commit/discussion.mdwn
index c15396978..bbe529106 100644
--- a/doc/post-commit/discussion.mdwn
+++ b/doc/post-commit/discussion.mdwn
@@ -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]]