[chora] cvs root empty ?

greg@circa.be greg@circa.be
Mon, 5 Aug 2002 21:29:12 +0200


Hi,

Being quite new to cvs (been using it for 5 months now, but I had never
installed a cvs server before this saturday), my question might be a little
dumb.

I just installed chora. After some trouble with configuration that were
actually pretty straight forward to solve, i am confronted to the following
problem...
I go to myserver/horde/chora , and the list of files i should see is empty.

I have this in my config/cvsroots.php

$cvsroots['greg'] = array(
    'name' => 'greg',
    'location' => '/home/cvsroot/',
    'title' => 'greg Repository',
    'intro' => 'intro.txt',
    'default' => true
);

in /home/cvsroot i have /CVSROOT and /MYPROJECT
So i assume i should see MYPROJECT on the page right?

What am i missing?

Thanks


greg