Re: [viewvc-users] Configuration Help with 1.1.2 version
Raghu Kumar C <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <E812CE8265978344B7D5374A0924AF34025FE55E@BLREX01.in.corp.tavant.com> |
Sergio, If you are using SVN with Apache and have 2 Projects ProA and ProB with separate authorization files, then: viewvc.conf ---------------- svn_roots= ProA: <path to ProA on filesystem> ProB: <path to ProB on filesystem> [root-ProA/options] authorizer = svnauthz [root-ProA/authz-svnauthz] authzfile = <path to authz file for ProA> [root-ProB/options] authorizer = svnauthz [root-ProB/authz-svnauthz] authzfile = <path to authz file for ProB> An example of viewvc.conf on a Linux machine: -------------------------------------------------------- svn_roots= ProA: /svn/repositories/ProA, ProB: /svn/repositories/ProB [root-ProA/options] authorizer = svnauthz [root-ProA/authz-svnauthz] authzfile = /svn/repositories/ProA/conf/authz [root-ProB/options] authorizer = svnauthz [root-ProB/authz-svnauthz] authzfile = /svn/repositories/ProB/conf/authz Regards, Raghu Webinar: increase profitability and cut warranty spend. Visit www.tavant.com/webinar.url Any comments or statements made in this email are not necessarily those of Tavant Technologies. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you have received this in error, please contact the sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies may be subject to our monitoring procedures. ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2392895 To unsubscribe from this discussion, e-mail: [[email protected]].