Annote Problem Solved
"Timothy S. May" <[email protected]>
| Newsgroups | gmane.comp.horde.chora |
|---|---|
| Message-ID | <[email protected]> |
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! -- Chora mailing list - Join the hunt: http://horde.org/bounties/#chora Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]