Fw: [chora] cvs root empty ?

Eric Rostetter eric.rostetter@physics.utexas.edu
Tue, 13 Aug 2002 20:33:20 -0500


Quoting greg@circa.be:

> Just to make sure my message made it to the list.

It did (I remember it).

> > I go to myserver/horde/chora , and the list of files i should see is
> > empty.

Any errors in the log files (horde logs, system logs, web server logs)?

> > 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?

Assuming that it is correctly pointing at a CVS repository, then I can only
think of two reasons it might not work...

The first reason I could think of would be file permissions.  The web server
account (whatever account the web server is running under) needs to be able
to read the repository files.  So check the access permissions on all the
directories in the path /home/cvsroot/* and make sure they are readable
by your web server account.  

The second reason would be bad cvs install, bad rcs install, or bad
configuration in chora as to where to find the cvs/rcs utilities. Bad here
could mean: out-dated versions, missing applications, permission problems,
incorrect paths it the config files, etc.

That's all I can think of, but then I'm new to CVS/Chora also.

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

"TAD (Technology Attachment Disorder) is an unshakable, impractical devotion
to a brand, platform, product line, or programming language. It's relatively
harmless among the rank and file, but when management is afflicted the damage
can be measured in dollars. It's also contagious -- someone with sufficient
political clout can infect an entire organization."

--"Enterprise Strategies" columnist Tom Yager.