FSVS is a complete backup/restore/versioning tool for all files in a directory tree or whole filesystems, with a Subversion repository as the backend. Think of it like tar or rsync with versioned storage.
FSVS is a complete backup/restore/versioning tool for all files in a directory tree or whole filesystems, with a Subversion repository as the backend. Think of it like tar or rsync with versioned storage.
To install fsvs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fsvs
To see what files were installed by fsvs, run:
port contents fsvs
To later upgrade fsvs, run:
sudo port selfupdate && sudo port upgrade fsvs
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.