FreeBSD-CVSweb is a WWW CGI script that allows remote users to browse a CVS repository tree via web. It can display the revision history of a file, as well as diffs between revisions and downloading the whole file.
FreeBSD-CVSweb is a WWW CGI script that allows remote users to browse a CVS repository tree via web. It can display the revision history of a file, as well as diffs between revisions and downloading the whole file.
To install cvsweb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cvsweb
To see what files were installed by cvsweb, run:
port contents cvsweb
To later upgrade cvsweb, run:
sudo port selfupdate && sudo port upgrade cvsweb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.