[chora] Annote Problem Solved

Timothy S. May tmay at rochester.rr.com
Fri Jan 30 23:31:18 PST 2004


When I click annote in the current version of Chora, I got the error that a 
few others have gotten.

To really find the problem, check your error logs.  I had this in it:

/usr/bin/cvs: invalid option -- l

So I checked out chora/lib/CVSLib/Annote.php

I changed line 49 to this:

$pipe = popen($conf['paths']['cvs'] . ' -n server > ' . $this->tmpfile, 
OS_WINDOWS ? 'wb' : 'w');

I removed the -l.  This allowed the annote link to work.  I hope this helps!




More information about the chora mailing list