Re: [viewvc-users] viewvc-1.1.23 issue

"C. Michael Pilato" <[email protected]> Tue, 09 Dec 2014 09:48:39 -0500
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Organization CollabNet, Inc.
Message-ID <[email protected]>
On 12/08/2014 05:28 PM, annie wrote:
> tried that as well.. same error.. 
>
> this is what i have in my viewvc.conf file 
> #cvs_roots = cvs:
> root_parents = /home/rancid/var/CVS : cvs
> cvs_roots = rancid: /home/rancid/var/CVS
> default_root = rancid
> svn_roots = routers: /home/rancid/var/CVS
>
> and got the permission errors, but with the below :
> #cvs_roots = cvs:
> #root_parents = /home/rancid/var/CVS : cvs
> cvs_roots = rancid: /home/rancid/var/CVS
> default_root = rancid
> svn_roots = routers: /home/rancid/var/CVS
>
> i can load the page, but of course no listing of the repository.

I think you need the comment descriptions of the various options you're
trying to use.  The path /home/rancid/var/CVS cannot possibly be a
Subversion repository (per svn_roots), a CVS repository (per cvs_roots),
and a container directory for multiple CVS repositories (per
root_parents).  At most, you should probably be using only one of these
three options.

I don't use Rancid myself, but my understanding is that
/home/rancid/var/CVS is generally a CVS repository.  There should be a
CVSROOT subdirectory used to hold repository metadata
(/home/rancid/var/CVS/CVSROOT/...).

So what happens if you leave root_parents uncommented, and instead
comment out both svn_roots and cvs_roots?

-- 
C. Michael Pilato <[email protected]>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3092460

To unsubscribe from this discussion, e-mail: [[email protected]].