cvs2svn is a Python script that converts a CVS repository to a Subversion repository. It is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion.
cvs2svn is a Python script that converts a CVS repository to a Subversion repository. It is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion.
To install cvs2svn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cvs2svn
To see what files were installed by cvs2svn, run:
port contents cvs2svn
To later upgrade cvs2svn, run:
sudo port selfupdate && sudo port upgrade cvs2svn
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.