The pysvn module is a python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two.
The pysvn module is a python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two.
To install py38-pysvn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-pysvn
To see what files were installed by py38-pysvn, run:
port contents py38-pysvn
To later upgrade py38-pysvn, run:
sudo port selfupdate && sudo port upgrade py38-pysvn
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.