Re: [viewvc-users] [Subversion] too many branches?
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <[email protected]> |
David Carson wrote: >> I have installed the 1.1 beta for a Subversion repository with a very >> large number of branches and tags (1400 branches, 2500 tags). From the >> top level, I have the usual branches/tags/trunk links. However, I >> cannot navigate to either the branches or tags link. I get a very long >> wait, followed by the "Internal Server Error" message. Yes, if you run ViewVC as a CGI script, then it is susceptible to Apache's timeout on CGI scripts providing a response. ViewVC is unfortunately both notoriously slow at reading massive directory listings, and non-streamy in its response, so yes, large directory listings can timeout. You should find that by setting use_pagesize in viewvc.conf (to paginate those views) that things get better. And you might find that hosting under mod_python helps, too. (I haven't tried to confirm that myself.) -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Distributed Development On Demand ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=1616226 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) iEYEARECAAYFAkneL18ACgkQokEGqRcG/W6DAgCeJOKSt+ewCHvPzCpyiYN42IHr XVUAnjdPYPQCvcC9StWaRSjjSsXBhtwU =Z6rB -----END PGP SIGNATURE-----