cvsync

Synchronize CVS repositories efficiently over the network.

brewmacoslinux
Try with needOr install directly
Source

About

Portable CVS repository synchronization utility

Commands

cvsync

Examples

download a CVS repository from a remote server$ cvsync -c /etc/cvsync.conf
sync CVS repository and update only specific modules$ cvsync -c /etc/cvsync.conf -l /var/log/cvsync.log
dry run to see what changes would be synced$ cvsync -n -c /etc/cvsync.conf
synchronize CVS repository with custom compression settings$ cvsync -z3 -c /etc/cvsync.conf
mirror a CVS repository to local directory$ cvsync -c /etc/cvsync.conf -d /home/cvs/repository