August 2019
Beginner
608 pages
16h 7m
English
This migration tool was created by Eric S. Raymond, a very well-known writer/developer who wrote the famous essay The Cathedral and the Bazaar about open source software. He is also the author of fetchmail (an early open source POP3-client). Let's get started.
For this tool, cvs-fast-export, I will create a CVS project from scratch that we will convert. Let's get started:
$ cvs -d ~/cvsroot init
$ echo "export CVSROOT=~/cvsroot; export CVSEDITOR=vim" >> ~/.bash_profile $ source ~/.bash_profile
Read now
Unlock full access