Java (javahl) 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 java bindings provide access to subversion API from java.
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 java bindings provide access to subversion API from java.
To install subversion-javahlbindings, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install subversion-javahlbindings
To see what files were installed by subversion-javahlbindings, run:
port contents subversion-javahlbindings
To later upgrade subversion-javahlbindings, run:
sudo port selfupdate && sudo port upgrade subversion-javahlbindings
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.