RE: [viewvc-users] Unable to configure viewvc

[email protected]
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <6FF251FDB5D0D44A9BFAD0504F062236691D06F0D5@LONMC01016.rbsres07.net>
Hi Michael,
      Apologise for late reply since I was on leave . Well my viewvc is working now. Thanks a ton!!.
   Only thing is left is authentication , Which I think I would able to take care of it.


Thanks
Manish Jain




-----Original Message-----
From: C. Michael Pilato [mailto:[email protected]]
Sent: 06 April 2009 15:00
To: JAIN, Manish, Technology Services India
Cc: [email protected]
Subject: Re: [viewvc-users] Unable to configure viewvc

[email protected] wrote:
>
> Hi,
>    I am trying to configure viewvc1.0.7 and using SVN 1.5.1 and Apache
> 2.0 and python 2.5. It all configured now. Even when I run
> standalone.py -g, Its working and I am unable to view my repositories.
> I have done the SVN python bindings
>
> Here is my view.conf file. Could you please let me the issue?
>
>
> My repository is at C:\Repository\project1, Inside that I have truck.
>
> Could you please let me know the changes required in viewvc.conf file.

You've got the following settings in your viewvc.conf file, and several of them are at odds with something else:

   svn_roots  = project1:C:/Repositories/project1
   root_parents = C:/Repositories:svn
   default_root = C:/Repositories
   root_as_url_component = 0

You don't need both svn_roots and root_parents set.  If you want to explicitly name individual repositories, use svn_roots (and not root_parents).  If you want to just tell ViewVC the directory where all your current and future repositories will live, and you don't care that it uses the default names for those things (the names of the subdirectories in which they live), then use root_parents and not svn_roots.

You have default_root pointing not to a root name, but to a directory.  If you want to use it, you should have it set to something like:

   default_root = project1

Finally, you have root_as_url_component = 0.  If you think you will ever host more than one repositories under this ViewVC, I would strongly suggest that you set this to 1.  (And then comment out the default_root setting, as it won't apply anymore.)

--
C. Michael Pilato <[email protected]>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. 
Authorised and regulated by the Financial Services Authority. 
 
This e-mail message is confidential and for use by the 
addressee only. If the message is received by anyone other 
than the addressee, please return the message to the sender 
by replying to it and then delete the message from your 
computer. Internet e-mails are not necessarily secure. The 
Royal Bank of Scotland plc does not accept responsibility for 
changes made to this message after it was sent. 

Whilst all reasonable care has been taken to avoid the 
transmission of viruses, it is the responsibility of the recipient to 
ensure that the onward transmission, opening or use of this 
message and any attachments will not adversely affect its 
systems or data. No responsibility is accepted by The 
Royal Bank of Scotland plc in this regard and the recipient should carry 
out such virus and other checks as it considers appropriate. 

Visit our website at www.rbs.com

***********************************************************************************

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

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.