CVSGrab reads a repository via its web interface (ViewCVS or CvsWeb)
CVSGrab is another kind of CVS client. When other CVS clients use the cvs protocol or ssh to read the repository, this utility reads the repository via its web interface, such as ViewCVS or CvsWeb.
CVSGrab is another kind of CVS client. When other CVS clients use the cvs protocol or ssh to read the repository, this utility reads the repository via its web interface, such as ViewCVS or CvsWeb.
To install cvsgrab, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cvsgrab
To see what files were installed by cvsgrab, run:
port contents cvsgrab
To later upgrade cvsgrab, run:
sudo port selfupdate && sudo port upgrade cvsgrab
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.