Hello, we use CVS, and development happens regularly. Most of the time I work with only one to three files. Do I still have to commit all changes to the folder? Is it possible to select files that need to be committed and not allow CVS to commit files that are still under development?
Like 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 problems in file 2, so I make a quick change in file 2 and decide to commit. But the code in the file is still under development and only wants to commit the changes made to file2. Is it possible?
source
share