ViewVC (formerly ViewCVS) set up
Erik Huelsmann <[email protected]>
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <[email protected]> |
Just finished setting up ViewVC. In order to make it work, I had to create a directory /var/lib/cvsroots which contains symlinks to all cvsroots in all projects. This takes advantage of ViewVCs feature to list all repositories in a specific directory. To keep the list current, I installed a nightly cron job: cron.root.update-viewvc-cvsroots.sh. No actual copying takes place, just symlinks to the original repositories. Additionally, I had to install a RedirectMatch because of the name-change. Bye, Erik.