Using CVS from Command Line

Tagged with: , , ,

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]

Leave a Reply