WebSVN offers a view onto your Subversion repositories designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between two revisions of a file.
WebSVN offers a view onto your Subversion repositories designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between two revisions of a file.
To install websvn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install websvn
To see what files were installed by websvn, run:
port contents websvn
To later upgrade websvn, run:
sudo port selfupdate && sudo port upgrade websvn
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.