[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: has anyone configured ViewVC

From: Tim Bingham <Tim.Bingham_at_comcast.net>
Date: 2007-05-14 20:53:35 CEST

In addition to commenting out "cvs_roots =..." I found that I also
had to comment out "default_root = cvs"

Note that svn_roots is a list of the repositories, not the directory
containing the repositories e.g. if you have repositories A and B in /
home/svn/repos then you need -

svn_roots = A: /home/svn/repos/A, B: /home/svn/repos/B

I'm using viewvc 1.0.3

HTH

Tim.

On May 14, 2007, at 2:23 PM, Binod wrote:

> Hi ,
>
> I am trying to configure ViewVC for my subversion repositories..
>
> I installed the viewvc and made the changes in the viewvc.conf file
>
> #cvs_roots = cvs: /home/cvsroot [I commented this
> line]
> svn_roots = svn: /home/svn/repos [ I uncommented
> this line as I am using SVN]
> #cvs_roots = cvs: /home/cvsroot [ I commented this
> line ]
> svn_roots = svn: /home/svn/repos [ I uncommented
> this line as I am using SVN]
> root_parents = /home/svn: svn, [ I uncommented
> this line as I am using SVN]
> svn_path = /opt/CollabNet_Subversion/bin [ I uncommented this
> line as the command line svn commands are not in /usr/bin but in
> this particular place]
>
> After this I just went ahead and ./standalone.py and got this message
>
> server ready at http://localhost:7467/viewvc
>
> it says the the server is ready , but i am not being able to see
> anything when i type that in the browser....
>
> Am i missing anything here,,, and by the way I do not have the root
> permission for the box...but I do not think it should matter as I
> should be easily be able to run the server without having the root
> access..
>
> I do not know whether it is related to subversion or not....but
> when i clicked in ViewVC website for project page it brings me back
> to subversion website and I know subversion developers also use the
> same viewvc for their purpose as well,, so i posted it here... I am
> sorry if i posted on wrong place...
>
> But i do hope to get some answer..
> Thanks..
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 14 20:54:18 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.