Re: [viewvc-users] Configuring 2 repositories
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <[email protected]> |
Patricia wrote:
>
> I am trying to figure out the correct way to configure 2 repositories
> within the viewvc configuration file.
> I currently have it configured below:
> svn_roots = svn: /home/ProdDev,
> svn: home/firstpoint
>
> However, viewvc doesn't seem to be recognizing firstpoint. It only sees
> ProdDev. Can anyone shed some light on this for me? Thanks.
You've given them both the same "rootname" (of "svn"), which isn't going to
work out. Unlike the root_parents= configuration item, the svn_roots= item
doesn't need you tell it what type of version control system is in use. I
would suggest something like this:
svn_roots = ProdDev: /home/ProdDev,
firstpoint: /home/firstpoint,
--
C. Michael Pilato <[email protected]>
CollabNet <> www.collab.net <> Distributed Development On Demand
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2613733
To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkv9cMQACgkQokEGqRcG/W4KVQCgy6a3rvj/GLh7mCPyaDcc3Dm2 HggAn24qfwBlpEZ+dt4tIBrxIpUbUqkp =35he -----END PGP SIGNATURE-----