Using CVS from Command Line

cvs -d /var/www/cvs init
export CVSROOT='/var/www/cvs'

cd mypoject_folder
cvs import -m "My Project" mypoject binny main

#cvs import -m "<Message>" <poject name> <vender> <branch>

cd ..
Delete the folder 'mypoject_folder'

cvs co myproject
Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.

Leave a Reply

Your email address will not be published. Required fields are marked *