svndigest is a tool to extract development information and statistics from a subversion repository. Svndigest is written in C++ and extracts repository history using the Subversion API. The resulting report is written to a user specifiable directory in HTML format.
svndigest is a tool to extract development information and statistics from a subversion repository. Svndigest is written in C++ and extracts repository history using the Subversion API. The resulting report is written to a user specifiable directory in HTML format.
To install svndigest, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install svndigest
To see what files were installed by svndigest, run:
port contents svndigest
To later upgrade svndigest, run:
sudo port selfupdate && sudo port upgrade svndigest
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.