chetan wrote:
> C. Michael Pilato wrote:
>> chetan wrote:
>>
>>> Hi All,
>>>
>>> I have configured viewvc 1.0.4 with subversion and I could see the
>>> directory
>>> content of the repository means the db, locks,hooks etc folder, but not the
>>> actual content of the svn repository. how to resolve the issue.
>>>
>>> Any help?Its's urgent...?
>>>
>>> Regards,
>>> Chetan
>>>
>>
>> There are unfortunately a number of things might have gone wrong. When you
>> say you see the content of the repository, do you mean that you see those
>> directories with ViewVC branding? Or does it just look like a typical
>> Apache directory index? Where did you install ViewVC on your system? What
>> does your Apache configury look like? What are the values of the following
>> viewvc.conf options:
>>
>> svn_roots
>> cvs_roots
>> root_parents
>> default_root
>> root_as_url_component
>>
>> ?
> I could see the directories inside repository such as db, locks,hooks
> etc with viewvc branding.
> Viewvc is installed on /usr/local/viewvc location with root user. For
> testing I am viewing it with
> standalone.py script, haven't configured with apache.
>
> Values in viewvc.conf
> #cvs_roots = cvs: /home/cvsroot
> svn_roots = svn: /var/svn/repositories/sbmrepos
> root_parents = /var/svn/repositories : svn
> default_root = cvs
> root_as_url_component = 0
Hrm. You should be seeing an error since you have default_root = cvs, but
(apparently) no root named "cvs" (and root_as_url_component = 0). Also, you
probably don't need both svn_roots and root_parents set. If you have only
one repos, svn_roots alone should do the trick.
--
C. Michael Pilato <cmpilato@xxxxxxxxxx>
CollabNet <> www.collab.net <> Distributed Development On Demand
signature.asc
Description: OpenPGP digital signature
|
|