Written by Zack MIlls
|
Wednesday, 09 September 2009 14:29 |
# apt-get install viewvc Add Line ScriptAlias /viewvc /usr/lib/cgi-bin/viewvc.cgi to httpd.conf modify/etc/viewvc/viewvc.conf root_parents = /path/to/dir/which/contains/svn/roots : svn - To enable code highlight, also install highlight and set: use_highlight = 1
- By default there is a line cvs_roots = cvs: /home/cvsroot. Comment it out otherwise there is a “cvs” directory in your web interface which links to nothing.
|