Re: [viewvc-users] Hello everyone
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <[email protected]> |
Amrit Panesar wrote: > +svn_roots = svn: /var/svn > +root_parents = /var/svn : svn You don't need both of these. If /var/svn is a repository, set svn_roots the way you have it (and leave root_parents empty). If /var/svn is a directory in which there are many repositories, set root_parents the way you have it (and leave svn_roots empty). > # default_file_view: "log", "co", or "markup" > # Controls whether the default view for file URLs is a checkout view or > @@ -329,7 +328,7 @@ > # bookmarked URLs. > # Also note: If you choose one of the "co" or "markup" views, be sure > # to enable it (via the allowed_views option) > -default_file_view = log > +default_file_view = log markup This value must be either "log" OR "co" OR "markup" -- not a combination of them. I've made some comments about your configuration above. That said, those don't strike me as the kinds of things that would make ViewVC run slowly. I would definitely suggest setting the log_pagesize configuration variable (to, say, 100) -- the directory log listings are known to be awefully slow in Subversion. Are you using a CGI-based deployment, or mod_python? Have you checked for excessive memory usage on the server? -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Distributed Development On Demand ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2360344 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) iEYEARECAAYFAkotNzYACgkQokEGqRcG/W53BwCgz71zqe+tRU+wkMSgxC/N+3Rl QiIAoLe7/mkp+QRo4AM78yt2stePaTgk =o4w0 -----END PGP SIGNATURE-----