cvs commands - Linux Views : 706
Tagged in : Linux
1 0
Send mail
Hi...
To remove file from cvs use the below code
cvs remove -f
cvs commit -m


To rename a file from cvs use the below code
cvs rename


To remove empty directories from cvs
cvs update -P


To know the status of a file
cvs status -v
By Nirmala, On - 2009-04-22



    Login to add Comments .