[chora] Trouble with annotate view

Anil Madhavapeddy anil@recoil.org
Tue, 16 Jul 2002 09:40:20 +0100


On Mon, Jul 15, 2002 at 07:13:57PM +0100, Tim Dodge wrote:
> 
> If I try to cvs annotate any file directly in the repository, I get the
> following error:
> 
> cvs annotate: cannot open CVS/Entries for reading: No such file or directory
> cvs [annotate aborted]: no repository
> 
> If I run the same command on the same checked out (sandboxed) file, it
> works as expected. For what it's worth cvs is version 1.11.2.
>

ok ... you need to try the 'cvs server' command as user www
then.

The exact format can be gleaned pretty easily from the
CVSLib/annotate.php file:

http://cvs.horde.org/co.php/chora/lib/CVSLib/Annotate.php?r=1.11

Inspect the contents of $out towards the end of the doAnnotate()
function.

Anil