Perl bindings for the subversion version control system (svn)
Subversion (svn) is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). The perl bindings provide access to subversion API from perl.
Subversion (svn) is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). The perl bindings provide access to subversion API from perl.
To install subversion-perlbindings-5.28, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install subversion-perlbindings-5.28
To see what files were installed by subversion-perlbindings-5.28, run:
port contents subversion-perlbindings-5.28
To later upgrade subversion-perlbindings-5.28, run:
sudo port selfupdate && sudo port upgrade subversion-perlbindings-5.28
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.