Using CVS from Command Line
Tagged with: command, cvs, Linux, source-control
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
[tags]command,source control,cvs,linux[/tags]