cvs commands
by Nirmala[ Edit ] 2009-04-22 14:45:50
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
To remove empty directories from cvs
cvs update -P
To know the status of a file
cvs status -v