Plugin that allows direct access to Subversion repositories
A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.
A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.
To install bzr-svn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bzr-svn
To see what files were installed by bzr-svn, run:
port contents bzr-svn
To later upgrade bzr-svn, run:
sudo port selfupdate && sudo port upgrade bzr-svn
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.