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