Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we commit individual files?

Tags:

file

commit

cvs

Hello we are using CVS and development takes place regularly. I work only on one-three files most of the time. Do I still have to commit all the changes in the folder?? Is it possible to select the files which have to be committed and not allow the CVS to commit files which are still in development??

As in file 1, file 2 and file 3....I work with file 1 for most of the day, I check the logs and have some problem in file 2, so I make a quick change in file 2 and decide to commit. But code in file is still in development and only want to commit changes made to file2. Is that possible?

like image 1000
sai Avatar asked Jul 27 '10 21:07

sai


1 Answers

Yup, just use

cvs commit file2
like image 82
Eclipse Avatar answered Sep 30 '22 05:09

Eclipse